Html Css Color HEX #CA7CFC Heliotrope

📋 copy color: '#CA7CFC'

red 202 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #CA7CFC

Tints of Heliotrope #CA7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.45%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 34.95%
G = 21.45%
B = 43.6%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA7CFC (or 0xCA7CFC) is known color: Heliotrope. HEX triplet: CA, 7C and FC. RGB value is (202,124,252). Sum of RGB (Red+Green+Blue) = 202+124+252=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CFC is #358303. Grayscale: #A1A1A1. Windows color (decimal): -3506948 or 16547018. OLE color: 16547018.

HSL color Cylindrical-coordinate representation of color #CA7CFC: hue angle of 276.56º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7CFC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 124 252 -
CMYK 0.20 0.51 0 0.01
HSL 276.56º 0.96% 0.74% -
HSV(B) 276.56º 0.51% 0.99% -
XYZ 49.14 34 96.07 -
YUV 161.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 202 124 252 0.20 0.51 0 0.01 276.56 0.96 0.74
Hex CA 7C FC 14 33 0 1 115 60 4A
Octal 312 174 374 24 63 0 1 425 140 112
Binary 11001010 1111100 11111100 10100 110011 0 1 100010101 1100000 1001010

Color Harmonies of #CA7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CFC

Black with #CA7CFC

Text Example


Text Example

White with #CA7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CFC; }

 p { color: rgb(202,124,252); }

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

background-color css

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

 a { background-color: rgb(202,124,252); }

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

border-color css

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

 span { border-color: rgb(202,124,252); }

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