Html Css Color HEX #C981CA Orchid

📋 copy color: '#C981CA'

red 201 ◦ green 129 ◦ blue 202

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

Shades of Orchid #C981CA

Tints of Orchid #C981CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.25%

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

R = 37.78%
G = 24.25%
B = 37.97%

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

#C981CA (or 0xC981CA) is known color: Orchid. HEX triplet: C9, 81 and CA. RGB value is (201,129,202). Sum of RGB (Red+Green+Blue) = 201+129+202=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C981CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CA is #367E35. Grayscale: #9E9E9E. Windows color (decimal): -3571254 or 13271497. OLE color: 13271497.

HSL color Cylindrical-coordinate representation of color #C981CA: hue angle of 299.18º degrees, saturation: 0.41, 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 #C981CA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 202 -
CMYK 0.00 0.36 0 0.21
HSL 299.18º 0.41% 0.65% -
HSV(B) 299.18º 0.36% 0.79% -
XYZ 42.6 32.38 59.88 -
YUV 158.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 201 129 202 0.00 0.36 0 0.21 299.18 0.41 0.65
Hex C9 81 CA 0 24 0 15 12B 29 41
Octal 311 201 312 0 44 0 25 453 51 101
Binary 11001001 10000001 11001010 0 100100 0 10101 100101011 101001 1000001

Color Harmonies of #C981CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981CA

Black with #C981CA

Text Example


Text Example

White with #C981CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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