Html Css Color HEX #C968CE Orchid

📋 copy color: '#C968CE'

red 201 ◦ green 104 ◦ blue 206

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

Shades of Orchid #C968CE

Tints of Orchid #C968CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 39.33%
G = 20.35%
B = 40.31%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C968CE (or 0xC968CE) is known color: Orchid. HEX triplet: C9, 68 and CE. RGB value is (201,104,206). Sum of RGB (Red+Green+Blue) = 201+104+206=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C968CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968CE is #369731. Grayscale: #909090. Windows color (decimal): -3577650 or 13527241. OLE color: 13527241.

HSL color Cylindrical-coordinate representation of color #C968CE: hue angle of 297.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C968CE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 104 206 -
CMYK 0.02 0.50 0 0.19
HSL 297.06º 0.51% 0.61% -
HSV(B) 297.06º 0.5% 0.81% -
XYZ 40.18 26.77 61.44 -
YUV 144.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 201 104 206 0.02 0.50 0 0.19 297.06 0.51 0.61
Hex C9 68 CE 2 32 0 13 129 33 3D
Octal 311 150 316 2 62 0 23 451 63 75
Binary 11001001 1101000 11001110 10 110010 0 10011 100101001 110011 111101

Color Harmonies of #C968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968CE

Black with #C968CE

Text Example


Text Example

White with #C968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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