Html Css Color HEX #C969D2 Orchid

📋 copy color: '#C969D2'

red 201 ◦ green 105 ◦ blue 210

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

Shades of Orchid #C969D2

Tints of Orchid #C969D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 38.95%
G = 20.35%
B = 40.7%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C969D2 (or 0xC969D2) is known color: Orchid. HEX triplet: C9, 69 and D2. RGB value is (201,105,210). Sum of RGB (Red+Green+Blue) = 201+105+210=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #C969D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969D2 is #36962D. Grayscale: #919191. Windows color (decimal): -3577390 or 13789641. OLE color: 13789641.

HSL color Cylindrical-coordinate representation of color #C969D2: hue angle of 294.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C969D2 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 105 210 -
CMYK 0.04 0.50 0 0.18
HSL 294.86º 0.54% 0.62% -
HSV(B) 294.86º 0.5% 0.82% -
XYZ 40.77 27.17 64.07 -
YUV 145.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 201 105 210 0.04 0.50 0 0.18 294.86 0.54 0.62
Hex C9 69 D2 4 32 0 12 127 36 3E
Octal 311 151 322 4 62 0 22 447 66 76
Binary 11001001 1101001 11010010 100 110010 0 10010 100100111 110110 111110

Color Harmonies of #C969D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969D2

Black with #C969D2

Text Example


Text Example

White with #C969D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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