Html Css Color HEX #CA7CE6 Heliotrope

📋 copy color: '#CA7CE6'

red 202 ◦ green 124 ◦ blue 230

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

Shades of Heliotrope #CA7CE6

Tints of Heliotrope #CA7CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 36.33%
G = 22.3%
B = 41.37%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA7CE6 (or 0xCA7CE6) is known color: Heliotrope. HEX triplet: CA, 7C and E6. RGB value is (202,124,230). Sum of RGB (Red+Green+Blue) = 202+124+230=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CE6 is #358319. Grayscale: #9F9F9F. Windows color (decimal): -3506970 or 15105226. OLE color: 15105226.

HSL color Cylindrical-coordinate representation of color #CA7CE6: hue angle of 284.15º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7CE6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 124 230 -
CMYK 0.12 0.46 0 0.10
HSL 284.15º 0.68% 0.69% -
HSV(B) 284.15º 0.46% 0.9% -
XYZ 45.85 32.69 78.76 -
YUV 159.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 202 124 230 0.12 0.46 0 0.10 284.15 0.68 0.69
Hex CA 7C E6 C 2E 0 A 11C 44 45
Octal 312 174 346 14 56 0 12 434 104 105
Binary 11001010 1111100 11100110 1100 101110 0 1010 100011100 1000100 1000101

Color Harmonies of #CA7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CE6

Black with #CA7CE6

Text Example


Text Example

White with #CA7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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