Html Css Color HEX #CA7DFC Heliotrope

📋 copy color: '#CA7DFC'

red 202 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #CA7DFC

Tints of Heliotrope #CA7DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

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

R = 34.89%
G = 21.59%
B = 43.52%

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

#CA7DFC (or 0xCA7DFC) is known color: Heliotrope. HEX triplet: CA, 7D and FC. RGB value is (202,125,252). Sum of RGB (Red+Green+Blue) = 202+125+252=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFC is #358203. Grayscale: #A2A2A2. Windows color (decimal): -3506692 or 16547274. OLE color: 16547274.

HSL color Cylindrical-coordinate representation of color #CA7DFC: hue angle of 276.38º 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 #CA7DFC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 125 252 -
CMYK 0.20 0.50 0 0.01
HSL 276.38º 0.95% 0.74% -
HSV(B) 276.38º 0.5% 0.99% -
XYZ 49.26 34.25 96.11 -
YUV 162.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 202 125 252 0.20 0.50 0 0.01 276.38 0.95 0.74
Hex CA 7D FC 14 32 0 1 114 5F 4A
Octal 312 175 374 24 62 0 1 424 137 112
Binary 11001010 1111101 11111100 10100 110010 0 1 100010100 1011111 1001010

Color Harmonies of #CA7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DFC

Black with #CA7DFC

Text Example


Text Example

White with #CA7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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