Html Css Color HEX #CA83ED Heliotrope

📋 copy color: '#CA83ED'

red 202 ◦ green 131 ◦ blue 237

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

Shades of Heliotrope #CA83ED

Tints of Heliotrope #CA83ED

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.98%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 35.44%
G = 22.98%
B = 41.58%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA83ED (or 0xCA83ED) is known color: Heliotrope. HEX triplet: CA, 83 and ED. RGB value is (202,131,237). Sum of RGB (Red+Green+Blue) = 202+131+237=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83ED is #357C12. Grayscale: #A3A3A3. Windows color (decimal): -3505171 or 15565770. OLE color: 15565770.

HSL color Cylindrical-coordinate representation of color #CA83ED: hue angle of 280.19º degrees, saturation: 0.75, 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 #CA83ED is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 131 237 -
CMYK 0.15 0.45 0 0.07
HSL 280.19º 0.75% 0.72% -
HSV(B) 280.19º 0.45% 0.93% -
XYZ 47.76 34.9 84.34 -
YUV 164.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 202 131 237 0.15 0.45 0 0.07 280.19 0.75 0.72
Hex CA 83 ED F 2D 0 7 118 4B 48
Octal 312 203 355 17 55 0 7 430 113 110
Binary 11001010 10000011 11101101 1111 101101 0 111 100011000 1001011 1001000

Color Harmonies of #CA83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83ED

Black with #CA83ED

Text Example


Text Example

White with #CA83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83ED; }

 p { color: rgb(202,131,237); }

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

background-color css

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

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

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

border-color css

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

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

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