Html Css Color HEX #CA60EE Heliotrope

📋 copy color: '#CA60EE'

red 202 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #CA60EE

Tints of Heliotrope #CA60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.91%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 37.69%
G = 17.91%
B = 44.4%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA60EE (or 0xCA60EE) is known color: Heliotrope. HEX triplet: CA, 60 and EE. RGB value is (202,96,238). Sum of RGB (Red+Green+Blue) = 202+96+238=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60EE is #359F11. Grayscale: #8F8F8F. Windows color (decimal): -3514130 or 15622346. OLE color: 15622346.

HSL color Cylindrical-coordinate representation of color #CA60EE: hue angle of 284.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA60EE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 96 238 -
CMYK 0.15 0.60 0 0.07
HSL 284.79º 0.81% 0.65% -
HSV(B) 284.79º 0.6% 0.93% -
XYZ 43.97 27.1 83.8 -
YUV 143.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 202 96 238 0.15 0.60 0 0.07 284.79 0.81 0.65
Hex CA 60 EE F 3C 0 7 11D 51 41
Octal 312 140 356 17 74 0 7 435 121 101
Binary 11001010 1100000 11101110 1111 111100 0 111 100011101 1010001 1000001

Color Harmonies of #CA60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60EE

Black with #CA60EE

Text Example


Text Example

White with #CA60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60EE; }

 p { color: rgb(202,96,238); }

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

background-color css

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

 a { background-color: rgb(202,96,238); }

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

border-color css

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

 span { border-color: rgb(202,96,238); }

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