Html Css Color HEX #C982DA Orchid

📋 copy color: '#C982DA'

red 201 ◦ green 130 ◦ blue 218

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

Shades of Orchid #C982DA

Tints of Orchid #C982DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 36.61%
G = 23.68%
B = 39.71%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C982DA (or 0xC982DA) is known color: Orchid. HEX triplet: C9, 82 and DA. RGB value is (201,130,218). Sum of RGB (Red+Green+Blue) = 201+130+218=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C982DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982DA is #367D25. Grayscale: #A0A0A0. Windows color (decimal): -3570982 or 14320329. OLE color: 14320329.

HSL color Cylindrical-coordinate representation of color #C982DA: hue angle of 288.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C982DA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 130 218 -
CMYK 0.08 0.40 0 0.15
HSL 288.41º 0.54% 0.68% -
HSV(B) 288.41º 0.4% 0.85% -
XYZ 44.72 33.44 70.43 -
YUV 161.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 201 130 218 0.08 0.40 0 0.15 288.41 0.54 0.68
Hex C9 82 DA 8 28 0 F 120 36 44
Octal 311 202 332 10 50 0 17 440 66 104
Binary 11001001 10000010 11011010 1000 101000 0 1111 100100000 110110 1000100

Color Harmonies of #C982DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982DA

Black with #C982DA

Text Example


Text Example

White with #C982DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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