Html Css Color HEX #CA82C9 Orchid

📋 copy color: '#CA82C9'

red 202 ◦ green 130 ◦ blue 201

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

Shades of Orchid #CA82C9

Tints of Orchid #CA82C9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

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

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

Color convert

RGB 202 130 201 -
CMYK 0 0.36 0.00 0.21
HSL 300.83º 0.4% 0.65% -
HSV(B) 300.83º 0.36% 0.79% -
XYZ 42.88 32.74 59.32 -
YUV 159.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 202 130 201 0 0.36 0.00 0.21 300.83 0.4 0.65
Hex CA 82 C9 0 24 0 15 12D 28 41
Octal 312 202 311 0 44 0 25 455 50 101
Binary 11001010 10000010 11001001 0 100100 0 10101 100101101 101000 1000001

Color Harmonies of #CA82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82C9

Black with #CA82C9

Text Example


Text Example

White with #CA82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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