Html Css Color HEX #C969D4 Orchid

📋 copy color: '#C969D4'

red 201 ◦ green 105 ◦ blue 212

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

Shades of Orchid #C969D4

Tints of Orchid #C969D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 38.8%
G = 20.27%
B = 40.93%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C969D4 (or 0xC969D4) is known color: Orchid. HEX triplet: C9, 69 and D4. RGB value is (201,105,212). Sum of RGB (Red+Green+Blue) = 201+105+212=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #C969D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969D4 is #36962B. Grayscale: #919191. Windows color (decimal): -3577388 or 13920713. OLE color: 13920713.

HSL color Cylindrical-coordinate representation of color #C969D4: hue angle of 293.83º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C969D4 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 105 212 -
CMYK 0.05 0.50 0 0.17
HSL 293.83º 0.55% 0.62% -
HSV(B) 293.83º 0.5% 0.83% -
XYZ 41.02 27.27 65.39 -
YUV 145.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 201 105 212 0.05 0.50 0 0.17 293.83 0.55 0.62
Hex C9 69 D4 5 32 0 11 126 37 3E
Octal 311 151 324 5 62 0 21 446 67 76
Binary 11001001 1101001 11010100 101 110010 0 10001 100100110 110111 111110

Color Harmonies of #C969D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969D4

Black with #C969D4

Text Example


Text Example

White with #C969D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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