Html Css Color HEX #CA82CA Orchid

📋 copy color: '#CA82CA'

red 202 ◦ green 130 ◦ blue 202

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

Shades of Orchid #CA82CA

Tints of Orchid #CA82CA

RGB

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

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

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

R = 37.83%
G = 24.34%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA82CA (or 0xCA82CA) is known color: Orchid. HEX triplet: CA, 82 and CA. RGB value is (202,130,202). Sum of RGB (Red+Green+Blue) = 202+130+202=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82CA is #357D35. Grayscale: #9F9F9F. Windows color (decimal): -3505462 or 13271754. OLE color: 13271754.

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

Color convert

RGB 202 130 202 -
CMYK 0 0.36 0 0.21
HSL 300º 0.4% 0.65% -
HSV(B) 300º 0.36% 0.79% -
XYZ 43 32.79 59.94 -
YUV 159.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 202 130 202 0 0.36 0 0.21 300 0.4 0.65
Hex CA 82 CA 0 24 0 15 12C 28 41
Octal 312 202 312 0 44 0 25 454 50 101
Binary 11001010 10000010 11001010 0 100100 0 10101 100101100 101000 1000001

Color Harmonies of #CA82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82CA

Black with #CA82CA

Text Example


Text Example

White with #CA82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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