Html Css Color HEX #CA7CFB Heliotrope

📋 copy color: '#CA7CFB'

red 202 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #CA7CFB

Tints of Heliotrope #CA7CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 35.01%
G = 21.49%
B = 43.5%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA7CFB (or 0xCA7CFB) is known color: Heliotrope. HEX triplet: CA, 7C and FB. RGB value is (202,124,251). Sum of RGB (Red+Green+Blue) = 202+124+251=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CFB is #358304. Grayscale: #A1A1A1. Windows color (decimal): -3506949 or 16481482. OLE color: 16481482.

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

Color convert

RGB 202 124 251 -
CMYK 0.20 0.51 0 0.02
HSL 276.85º 0.94% 0.74% -
HSV(B) 276.85º 0.51% 0.98% -
XYZ 48.98 33.94 95.24 -
YUV 161.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 202 124 251 0.20 0.51 0 0.02 276.85 0.94 0.74
Hex CA 7C FB 14 33 0 2 115 5E 4A
Octal 312 174 373 24 63 0 2 425 136 112
Binary 11001010 1111100 11111011 10100 110011 0 10 100010101 1011110 1001010

Color Harmonies of #CA7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CFB

Black with #CA7CFB

Text Example


Text Example

White with #CA7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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