Html Css Color HEX #CA88FF Heliotrope

📋 copy color: '#CA88FF'

red 202 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #CA88FF

Tints of Heliotrope #CA88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.93%

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

R = 34.06%
G = 22.93%
B = 43%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA88FF (or 0xCA88FF) is known color: Heliotrope. HEX triplet: CA, 88 and FF. RGB value is (202,136,255). Sum of RGB (Red+Green+Blue) = 202+136+255=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88FF is #357700. Grayscale: #A8A8A8. Windows color (decimal): -3503873 or 16746698. OLE color: 16746698.

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

Color convert

RGB 202 136 255 -
CMYK 0.21 0.47 0 0
HSL 273.28º 1% 0.77% -
HSV(B) 273.28º 0.47% 1% -
XYZ 51.21 37.38 99.12 -
YUV 169.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 202 136 255 0.21 0.47 0 0 273.28 1 0.77
Hex CA 88 FF 15 2F 0 0 111 64 4D
Octal 312 210 377 25 57 0 0 421 144 115
Binary 11001010 10001000 11111111 10101 101111 0 0 100010001 1100100 1001101

Color Harmonies of #CA88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88FF

Black with #CA88FF

Text Example


Text Example

White with #CA88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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