Html Css Color HEX #C967D8 Orchid

📋 copy color: '#C967D8'

red 201 ◦ green 103 ◦ blue 216

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

Shades of Orchid #C967D8

Tints of Orchid #C967D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 38.65%
G = 19.81%
B = 41.54%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C967D8 (or 0xC967D8) is known color: Orchid. HEX triplet: C9, 67 and D8. RGB value is (201,103,216). Sum of RGB (Red+Green+Blue) = 201+103+216=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #C967D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967D8 is #369827. Grayscale: #909090. Windows color (decimal): -3577896 or 14182345. OLE color: 14182345.

HSL color Cylindrical-coordinate representation of color #C967D8: hue angle of 292.04º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C967D8 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 103 216 -
CMYK 0.07 0.52 0 0.15
HSL 292.04º 0.59% 0.63% -
HSV(B) 292.04º 0.52% 0.85% -
XYZ 41.33 27.08 68.01 -
YUV 145.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 201 103 216 0.07 0.52 0 0.15 292.04 0.59 0.63
Hex C9 67 D8 7 34 0 F 124 3B 3F
Octal 311 147 330 7 64 0 17 444 73 77
Binary 11001001 1100111 11011000 111 110100 0 1111 100100100 111011 111111

Color Harmonies of #C967D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967D8

Black with #C967D8

Text Example


Text Example

White with #C967D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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