Html Css Color HEX #CA82EC Heliotrope

📋 copy color: '#CA82EC'

red 202 ◦ green 130 ◦ blue 236

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

Shades of Heliotrope #CA82EC

Tints of Heliotrope #CA82EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 35.56%
G = 22.89%
B = 41.55%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA82EC (or 0xCA82EC) is known color: Heliotrope. HEX triplet: CA, 82 and EC. RGB value is (202,130,236). Sum of RGB (Red+Green+Blue) = 202+130+236=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA82EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82EC is #357D13. Grayscale: #A3A3A3. Windows color (decimal): -3505428 or 15499978. OLE color: 15499978.

HSL color Cylindrical-coordinate representation of color #CA82EC: hue angle of 280.75º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA82EC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 130 236 -
CMYK 0.14 0.45 0 0.07
HSL 280.75º 0.74% 0.72% -
HSV(B) 280.75º 0.45% 0.93% -
XYZ 47.48 34.58 83.53 -
YUV 163.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 202 130 236 0.14 0.45 0 0.07 280.75 0.74 0.72
Hex CA 82 EC E 2D 0 7 119 4A 48
Octal 312 202 354 16 55 0 7 431 112 110
Binary 11001010 10000010 11101100 1110 101101 0 111 100011001 1001010 1001000

Color Harmonies of #CA82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82EC

Black with #CA82EC

Text Example


Text Example

White with #CA82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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