Html Css Color HEX #CA83FF Heliotrope

📋 copy color: '#CA83FF'

red 202 ◦ green 131 ◦ blue 255

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

Shades of Heliotrope #CA83FF

Tints of Heliotrope #CA83FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 34.35%
G = 22.28%
B = 43.37%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA83FF (or 0xCA83FF) is known color: Heliotrope. HEX triplet: CA, 83 and FF. RGB value is (202,131,255). Sum of RGB (Red+Green+Blue) = 202+131+255=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83FF is #357C00. Grayscale: #A5A5A5. Windows color (decimal): -3505153 or 16745418. OLE color: 16745418.

HSL color Cylindrical-coordinate representation of color #CA83FF: hue angle of 274.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA83FF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 131 255 -
CMYK 0.21 0.49 0 0
HSL 274.35º 1% 0.76% -
HSV(B) 274.35º 0.49% 1% -
XYZ 50.52 36.01 98.9 -
YUV 166.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 202 131 255 0.21 0.49 0 0 274.35 1 0.76
Hex CA 83 FF 15 31 0 0 112 64 4C
Octal 312 203 377 25 61 0 0 422 144 114
Binary 11001010 10000011 11111111 10101 110001 0 0 100010010 1100100 1001100

Color Harmonies of #CA83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83FF

Black with #CA83FF

Text Example


Text Example

White with #CA83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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