Html Css Color HEX #CA78FF Heliotrope

📋 copy color: '#CA78FF'

red 202 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #CA78FF

Tints of Heliotrope #CA78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.8%

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

R = 35.01%
G = 20.8%
B = 44.19%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA78FF (or 0xCA78FF) is known color: Heliotrope. HEX triplet: CA, 78 and FF. RGB value is (202,120,255). Sum of RGB (Red+Green+Blue) = 202+120+255=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA78FF is #358700. Grayscale: #9F9F9F. Windows color (decimal): -3507969 or 16742602. OLE color: 16742602.

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

Color convert

RGB 202 120 255 -
CMYK 0.21 0.53 0 0
HSL 276.44º 1% 0.74% -
HSV(B) 276.44º 0.53% 1% -
XYZ 49.12 33.21 98.43 -
YUV 159.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 202 120 255 0.21 0.53 0 0 276.44 1 0.74
Hex CA 78 FF 15 35 0 0 114 64 4A
Octal 312 170 377 25 65 0 0 424 144 112
Binary 11001010 1111000 11111111 10101 110101 0 0 100010100 1100100 1001010

Color Harmonies of #CA78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78FF

Black with #CA78FF

Text Example


Text Example

White with #CA78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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