Html Css Color HEX #C985CE Orchid

📋 copy color: '#C985CE'

red 201 ◦ green 133 ◦ blue 206

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

Shades of Orchid #C985CE

Tints of Orchid #C985CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.63%

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

R = 37.22%
G = 24.63%
B = 38.15%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C985CE (or 0xC985CE) is known color: Orchid. HEX triplet: C9, 85 and CE. RGB value is (201,133,206). Sum of RGB (Red+Green+Blue) = 201+133+206=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #C985CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CE is #367A31. Grayscale: #A1A1A1. Windows color (decimal): -3570226 or 13534665. OLE color: 13534665.

HSL color Cylindrical-coordinate representation of color #C985CE: hue angle of 295.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C985CE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 133 206 -
CMYK 0.02 0.35 0 0.19
HSL 295.89º 0.43% 0.66% -
HSV(B) 295.89º 0.35% 0.81% -
XYZ 43.62 33.65 62.59 -
YUV 161.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 201 133 206 0.02 0.35 0 0.19 295.89 0.43 0.66
Hex C9 85 CE 2 23 0 13 128 2B 42
Octal 311 205 316 2 43 0 23 450 53 102
Binary 11001001 10000101 11001110 10 100011 0 10011 100101000 101011 1000010

Color Harmonies of #C985CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985CE

Black with #C985CE

Text Example


Text Example

White with #C985CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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