Html Css Color HEX #C967DE Medium Orchid

📋 copy color: '#C967DE'

red 201 ◦ green 103 ◦ blue 222

#C967DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C967DE

Tints of Medium Orchid #C967DE

RGB

 RED value IS 201 (78.91% from 255) = 38.21%

 GREEN value IS 103 (40.63% from 255) = 19.58%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 38.21%
G = 19.58%
B = 42.21%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C967DE (or 0xC967DE) is known color: Medium Orchid. HEX triplet: C9, 67 and DE. RGB value is (201,103,222). Sum of RGB (Red+Green+Blue) = 201+103+222=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C967DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DE is #369821. Grayscale: #919191. Windows color (decimal): -3577890 or 14575561. OLE color: 14575561.

HSL color Cylindrical-coordinate representation of color #C967DE: hue angle of 289.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C967DE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 103 222 -
CMYK 0.09 0.54 0 0.13
HSL 289.41º 0.64% 0.64% -
HSV(B) 289.41º 0.54% 0.87% -
XYZ 42.12 27.39 72.17 -
YUV 145.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 201 103 222 0.09 0.54 0 0.13 289.41 0.64 0.64
Hex C9 67 DE 9 36 0 D 121 40 40
Octal 311 147 336 11 66 0 15 441 100 100
Binary 11001001 1100111 11011110 1001 110110 0 1101 100100001 1000000 1000000

Color Harmonies of #C967DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967DE

Black with #C967DE

Text Example


Text Example

White with #C967DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967DE; }

 p { color: rgb(201,103,222); }

 H1.HeaderClassName
 {
   color: #C967DE;
 }
 .AnyTagClassName
 {
   color: #C967DE;
 }
</style>

background-color css

<style>
 a { background-color: #C967DE; }

 a { background-color: rgb(201,103,222); }

 div.DivClassName
 {
   background-color: #C967DE;
 }
 .BgClassName
 {
   background-color: #C967DE;
 }
</style>

border-color css

<style>
 span { border-color: #C967DE; }

 span { border-color: rgb(201,103,222); }

 td.TdClassName
 {
   border-color: #C967DE;
 }
 .TagClassName
 {
   border-color: #C967DE;
 }
</style>