Html Css Color HEX #C969DB Orchid

📋 copy color: '#C969DB'

red 201 ◦ green 105 ◦ blue 219

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

Shades of Orchid #C969DB

Tints of Orchid #C969DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 38.29%
G = 20%
B = 41.71%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C969DB (or 0xC969DB) is known color: Orchid. HEX triplet: C9, 69 and DB. RGB value is (201,105,219). Sum of RGB (Red+Green+Blue) = 201+105+219=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C969DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969DB is #369624. Grayscale: #929292. Windows color (decimal): -3577381 or 14379465. OLE color: 14379465.

HSL color Cylindrical-coordinate representation of color #C969DB: hue angle of 290.53º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C969DB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 105 219 -
CMYK 0.08 0.52 0 0.14
HSL 290.53º 0.61% 0.64% -
HSV(B) 290.53º 0.52% 0.86% -
XYZ 41.93 27.64 70.14 -
YUV 146.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 201 105 219 0.08 0.52 0 0.14 290.53 0.61 0.64
Hex C9 69 DB 8 34 0 E 123 3D 40
Octal 311 151 333 10 64 0 16 443 75 100
Binary 11001001 1101001 11011011 1000 110100 0 1110 100100011 111101 1000000

Color Harmonies of #C969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969DB

Black with #C969DB

Text Example


Text Example

White with #C969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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