Html Css Color HEX #C969D6 Orchid

📋 copy color: '#C969D6'

red 201 ◦ green 105 ◦ blue 214

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

Shades of Orchid #C969D6

Tints of Orchid #C969D6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.19%

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 38.65%
G = 20.19%
B = 41.15%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C969D6 (or 0xC969D6) is known color: Orchid. HEX triplet: C9, 69 and D6. RGB value is (201,105,214). Sum of RGB (Red+Green+Blue) = 201+105+214=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #C969D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969D6 is #369629. Grayscale: #919191. Windows color (decimal): -3577386 or 14051785. OLE color: 14051785.

HSL color Cylindrical-coordinate representation of color #C969D6: hue angle of 292.84º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C969D6 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 105 214 -
CMYK 0.06 0.51 0 0.16
HSL 292.84º 0.57% 0.63% -
HSV(B) 292.84º 0.51% 0.84% -
XYZ 41.28 27.38 66.73 -
YUV 146.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 201 105 214 0.06 0.51 0 0.16 292.84 0.57 0.63
Hex C9 69 D6 6 33 0 10 125 39 3F
Octal 311 151 326 6 63 0 20 445 71 77
Binary 11001001 1101001 11010110 110 110011 0 10000 100100101 111001 111111

Color Harmonies of #C969D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969D6

Black with #C969D6

Text Example


Text Example

White with #C969D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969D6; }

 p { color: rgb(201,105,214); }

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

background-color css

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

 a { background-color: rgb(201,105,214); }

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

border-color css

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

 span { border-color: rgb(201,105,214); }

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