Html Css Color HEX #CA8CFF Heliotrope

📋 copy color: '#CA8CFF'

red 202 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #CA8CFF

Tints of Heliotrope #CA8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.45%

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

R = 33.84%
G = 23.45%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA8CFF (or 0xCA8CFF) is known color: Heliotrope. HEX triplet: CA, 8C and FF. RGB value is (202,140,255). Sum of RGB (Red+Green+Blue) = 202+140+255=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CFF is #357300. Grayscale: #ABABAB. Windows color (decimal): -3502849 or 16747722. OLE color: 16747722.

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

Color convert

RGB 202 140 255 -
CMYK 0.21 0.45 0 0
HSL 272.35º 1% 0.77% -
HSV(B) 272.35º 0.45% 1% -
XYZ 51.79 38.53 99.32 -
YUV 171.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 202 140 255 0.21 0.45 0 0 272.35 1 0.77
Hex CA 8C FF 15 2D 0 0 110 64 4D
Octal 312 214 377 25 55 0 0 420 144 115
Binary 11001010 10001100 11111111 10101 101101 0 0 100010000 1100100 1001101

Color Harmonies of #CA8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CFF

Black with #CA8CFF

Text Example


Text Example

White with #CA8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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