Html Css Color HEX #C985D0 Orchid

📋 copy color: '#C985D0'

red 201 ◦ green 133 ◦ blue 208

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

Shades of Orchid #C985D0

Tints of Orchid #C985D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 37.08%
G = 24.54%
B = 38.38%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C985D0 (or 0xC985D0) is known color: Orchid. HEX triplet: C9, 85 and D0. RGB value is (201,133,208). Sum of RGB (Red+Green+Blue) = 201+133+208=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #C985D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985D0 is #367A2F. Grayscale: #A1A1A1. Windows color (decimal): -3570224 or 13665737. OLE color: 13665737.

HSL color Cylindrical-coordinate representation of color #C985D0: hue angle of 294.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C985D0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 133 208 -
CMYK 0.03 0.36 0 0.18
HSL 294.4º 0.44% 0.67% -
HSV(B) 294.4º 0.36% 0.82% -
XYZ 43.86 33.75 63.88 -
YUV 161.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 201 133 208 0.03 0.36 0 0.18 294.4 0.44 0.67
Hex C9 85 D0 3 24 0 12 126 2C 43
Octal 311 205 320 3 44 0 22 446 54 103
Binary 11001001 10000101 11010000 11 100100 0 10010 100100110 101100 1000011

Color Harmonies of #C985D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985D0

Black with #C985D0

Text Example


Text Example

White with #C985D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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