Html Css Color HEX #CA7FFC Heliotrope

📋 copy color: '#CA7FFC'

red 202 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #CA7FFC

Tints of Heliotrope #CA7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.86%

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

R = 34.77%
G = 21.86%
B = 43.37%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA7FFC (or 0xCA7FFC) is known color: Heliotrope. HEX triplet: CA, 7F and FC. RGB value is (202,127,252). Sum of RGB (Red+Green+Blue) = 202+127+252=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FFC is #358003. Grayscale: #A3A3A3. Windows color (decimal): -3506180 or 16547786. OLE color: 16547786.

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

Color convert

RGB 202 127 252 -
CMYK 0.20 0.50 0 0.01
HSL 276º 0.95% 0.74% -
HSV(B) 276º 0.5% 0.99% -
XYZ 49.52 34.76 96.2 -
YUV 163.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 202 127 252 0.20 0.50 0 0.01 276 0.95 0.74
Hex CA 7F FC 14 32 0 1 114 5F 4A
Octal 312 177 374 24 62 0 1 424 137 112
Binary 11001010 1111111 11111100 10100 110010 0 1 100010100 1011111 1001010

Color Harmonies of #CA7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FFC

Black with #CA7FFC

Text Example


Text Example

White with #CA7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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