Html Css Color HEX #C985CD Orchid

📋 copy color: '#C985CD'

red 201 ◦ green 133 ◦ blue 205

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

Shades of Orchid #C985CD

Tints of Orchid #C985CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 37.29%
G = 24.68%
B = 38.03%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C985CD (or 0xC985CD) is known color: Orchid. HEX triplet: C9, 85 and CD. RGB value is (201,133,205). Sum of RGB (Red+Green+Blue) = 201+133+205=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #C985CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CD is #367A32. Grayscale: #A1A1A1. Windows color (decimal): -3570227 or 13469129. OLE color: 13469129.

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

Color convert

RGB 201 133 205 -
CMYK 0.02 0.35 0 0.20
HSL 296.67º 0.42% 0.66% -
HSV(B) 296.67º 0.35% 0.8% -
XYZ 43.49 33.6 61.95 -
YUV 161.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 201 133 205 0.02 0.35 0 0.20 296.67 0.42 0.66
Hex C9 85 CD 2 23 0 14 129 2A 42
Octal 311 205 315 2 43 0 24 451 52 102
Binary 11001001 10000101 11001101 10 100011 0 10100 100101001 101010 1000010

Color Harmonies of #C985CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985CD

Black with #C985CD

Text Example


Text Example

White with #C985CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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