Html Css Color HEX #C984CA Orchid

📋 copy color: '#C984CA'

red 201 ◦ green 132 ◦ blue 202

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

Shades of Orchid #C984CA

Tints of Orchid #C984CA

RGB

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

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

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

R = 37.57%
G = 24.67%
B = 37.76%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C984CA (or 0xC984CA) is known color: Orchid. HEX triplet: C9, 84 and CA. RGB value is (201,132,202). Sum of RGB (Red+Green+Blue) = 201+132+202=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C984CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CA is #367B35. Grayscale: #A0A0A0. Windows color (decimal): -3570486 or 13272265. OLE color: 13272265.

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

Color convert

RGB 201 132 202 -
CMYK 0.00 0.35 0 0.21
HSL 299.14º 0.4% 0.65% -
HSV(B) 299.14º 0.35% 0.79% -
XYZ 43 33.18 60.02 -
YUV 160.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 201 132 202 0.00 0.35 0 0.21 299.14 0.4 0.65
Hex C9 84 CA 0 23 0 15 12B 28 41
Octal 311 204 312 0 43 0 25 453 50 101
Binary 11001001 10000100 11001010 0 100011 0 10101 100101011 101000 1000001

Color Harmonies of #C984CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984CA

Black with #C984CA

Text Example


Text Example

White with #C984CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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