Html Css Color HEX #C968D6 Orchid

📋 copy color: '#C968D6'

red 201 ◦ green 104 ◦ blue 214

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

Shades of Orchid #C968D6

Tints of Orchid #C968D6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

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

R = 38.73%
G = 20.04%
B = 41.23%

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

#C968D6 (or 0xC968D6) is known color: Orchid. HEX triplet: C9, 68 and D6. RGB value is (201,104,214). Sum of RGB (Red+Green+Blue) = 201+104+214=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #C968D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D6 is #369729. Grayscale: #919191. Windows color (decimal): -3577642 or 14051529. OLE color: 14051529.

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

Color convert

RGB 201 104 214 -
CMYK 0.06 0.51 0 0.16
HSL 292.91º 0.57% 0.62% -
HSV(B) 292.91º 0.51% 0.84% -
XYZ 41.18 27.17 66.69 -
YUV 145.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 201 104 214 0.06 0.51 0 0.16 292.91 0.57 0.62
Hex C9 68 D6 6 33 0 10 125 39 3E
Octal 311 150 326 6 63 0 20 445 71 76
Binary 11001001 1101000 11010110 110 110011 0 10000 100100101 111001 111110

Color Harmonies of #C968D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968D6

Black with #C968D6

Text Example


Text Example

White with #C968D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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