Html Css Color HEX #CA88F6 Heliotrope

📋 copy color: '#CA88F6'

red 202 ◦ green 136 ◦ blue 246

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

Shades of Heliotrope #CA88F6

Tints of Heliotrope #CA88F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 34.59%
G = 23.29%
B = 42.12%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA88F6 (or 0xCA88F6) is known color: Heliotrope. HEX triplet: CA, 88 and F6. RGB value is (202,136,246). Sum of RGB (Red+Green+Blue) = 202+136+246=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA88F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88F6 is #357709. Grayscale: #A7A7A7. Windows color (decimal): -3503882 or 16156874. OLE color: 16156874.

HSL color Cylindrical-coordinate representation of color #CA88F6: hue angle of 276º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA88F6 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 136 246 -
CMYK 0.18 0.45 0 0.04
HSL 276º 0.86% 0.75% -
HSV(B) 276º 0.45% 0.96% -
XYZ 49.8 36.82 91.67 -
YUV 168.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 202 136 246 0.18 0.45 0 0.04 276 0.86 0.75
Hex CA 88 F6 12 2D 0 4 114 56 4B
Octal 312 210 366 22 55 0 4 424 126 113
Binary 11001010 10001000 11110110 10010 101101 0 100 100010100 1010110 1001011

Color Harmonies of #CA88F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88F6

Black with #CA88F6

Text Example


Text Example

White with #CA88F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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