Html Css Color HEX #C982CA Orchid

📋 copy color: '#C982CA'

red 201 ◦ green 130 ◦ blue 202

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

Shades of Orchid #C982CA

Tints of Orchid #C982CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.39%

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 37.71%
G = 24.39%
B = 37.9%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C982CA (or 0xC982CA) is known color: Orchid. HEX triplet: C9, 82 and CA. RGB value is (201,130,202). Sum of RGB (Red+Green+Blue) = 201+130+202=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C982CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982CA is #367D35. Grayscale: #9F9F9F. Windows color (decimal): -3570998 or 13271753. OLE color: 13271753.

HSL color Cylindrical-coordinate representation of color #C982CA: hue angle of 299.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C982CA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 202 -
CMYK 0.00 0.36 0 0.21
HSL 299.17º 0.4% 0.65% -
HSV(B) 299.17º 0.36% 0.79% -
XYZ 42.73 32.65 59.93 -
YUV 159.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 201 130 202 0.00 0.36 0 0.21 299.17 0.4 0.65
Hex C9 82 CA 0 24 0 15 12B 28 41
Octal 311 202 312 0 44 0 25 453 50 101
Binary 11001001 10000010 11001010 0 100100 0 10101 100101011 101000 1000001

Color Harmonies of #C982CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982CA

Black with #C982CA

Text Example


Text Example

White with #C982CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982CA; }

 p { color: rgb(201,130,202); }

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

background-color css

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

 a { background-color: rgb(201,130,202); }

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

border-color css

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

 span { border-color: rgb(201,130,202); }

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