Html Css Color HEX #CA82C2 Orchid

📋 copy color: '#CA82C2'

red 202 ◦ green 130 ◦ blue 194

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

Shades of Orchid #CA82C2

Tints of Orchid #CA82C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 38.4%
G = 24.71%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA82C2 (or 0xCA82C2) is known color: Orchid. HEX triplet: CA, 82 and C2. RGB value is (202,130,194). Sum of RGB (Red+Green+Blue) = 202+130+194=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82C2 is #357D3D. Grayscale: #9E9E9E. Windows color (decimal): -3505470 or 12747466. OLE color: 12747466.

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

Color convert

RGB 202 130 194 -
CMYK 0 0.36 0.04 0.21
HSL 306.67º 0.4% 0.65% -
HSV(B) 306.67º 0.36% 0.79% -
XYZ 42.08 32.42 55.08 -
YUV 158.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 202 130 194 0 0.36 0.04 0.21 306.67 0.4 0.65
Hex CA 82 C2 0 24 4 15 133 28 41
Octal 312 202 302 0 44 4 25 463 50 101
Binary 11001010 10000010 11000010 0 100100 100 10101 100110011 101000 1000001

Color Harmonies of #CA82C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82C2

Black with #CA82C2

Text Example


Text Example

White with #CA82C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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