Html Css Color HEX #C969DC Orchid

📋 copy color: '#C969DC'

red 201 ◦ green 105 ◦ blue 220

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

Shades of Orchid #C969DC

Tints of Orchid #C969DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 38.21%
G = 19.96%
B = 41.83%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C969DC (or 0xC969DC) is known color: Orchid. HEX triplet: C9, 69 and DC. RGB value is (201,105,220). Sum of RGB (Red+Green+Blue) = 201+105+220=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C969DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969DC is #369623. Grayscale: #929292. Windows color (decimal): -3577380 or 14445001. OLE color: 14445001.

HSL color Cylindrical-coordinate representation of color #C969DC: hue angle of 290.09º degrees, saturation: 0.62, 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 #C969DC is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 105 220 -
CMYK 0.09 0.52 0 0.14
HSL 290.09º 0.62% 0.64% -
HSV(B) 290.09º 0.52% 0.86% -
XYZ 42.06 27.69 70.84 -
YUV 146.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 201 105 220 0.09 0.52 0 0.14 290.09 0.62 0.64
Hex C9 69 DC 9 34 0 E 122 3E 40
Octal 311 151 334 11 64 0 16 442 76 100
Binary 11001001 1101001 11011100 1001 110100 0 1110 100100010 111110 1000000

Color Harmonies of #C969DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969DC

Black with #C969DC

Text Example


Text Example

White with #C969DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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