Html Css Color HEX #C984CE Orchid

📋 copy color: '#C984CE'

red 201 ◦ green 132 ◦ blue 206

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

Shades of Orchid #C984CE

Tints of Orchid #C984CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.49%

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

R = 37.29%
G = 24.49%
B = 38.22%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C984CE (or 0xC984CE) is known color: Orchid. HEX triplet: C9, 84 and CE. RGB value is (201,132,206). Sum of RGB (Red+Green+Blue) = 201+132+206=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #C984CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CE is #367B31. Grayscale: #A0A0A0. Windows color (decimal): -3570482 or 13534409. OLE color: 13534409.

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

Color convert

RGB 201 132 206 -
CMYK 0.02 0.36 0 0.19
HSL 295.95º 0.43% 0.66% -
HSV(B) 295.95º 0.36% 0.81% -
XYZ 43.48 33.38 62.54 -
YUV 161.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 201 132 206 0.02 0.36 0 0.19 295.95 0.43 0.66
Hex C9 84 CE 2 24 0 13 128 2B 42
Octal 311 204 316 2 44 0 23 450 53 102
Binary 11001001 10000100 11001110 10 100100 0 10011 100101000 101011 1000010

Color Harmonies of #C984CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984CE

Black with #C984CE

Text Example


Text Example

White with #C984CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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