Html Css Color HEX #C967D9 Orchid

📋 copy color: '#C967D9'

red 201 ◦ green 103 ◦ blue 217

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

Shades of Orchid #C967D9

Tints of Orchid #C967D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 38.58%
G = 19.77%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C967D9 (or 0xC967D9) is known color: Orchid. HEX triplet: C9, 67 and D9. RGB value is (201,103,217). Sum of RGB (Red+Green+Blue) = 201+103+217=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #C967D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967D9 is #369826. Grayscale: #909090. Windows color (decimal): -3577895 or 14247881. OLE color: 14247881.

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

Color convert

RGB 201 103 217 -
CMYK 0.07 0.53 0 0.15
HSL 291.58º 0.6% 0.63% -
HSV(B) 291.58º 0.53% 0.85% -
XYZ 41.46 27.13 68.7 -
YUV 145.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 201 103 217 0.07 0.53 0 0.15 291.58 0.6 0.63
Hex C9 67 D9 7 35 0 F 124 3C 3F
Octal 311 147 331 7 65 0 17 444 74 77
Binary 11001001 1100111 11011001 111 110101 0 1111 100100100 111100 111111

Color Harmonies of #C967D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967D9

Black with #C967D9

Text Example


Text Example

White with #C967D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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