Html Css Color HEX #CA65EE Heliotrope

📋 copy color: '#CA65EE'

red 202 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #CA65EE

Tints of Heliotrope #CA65EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.67%

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

R = 37.34%
G = 18.67%
B = 43.99%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA65EE (or 0xCA65EE) is known color: Heliotrope. HEX triplet: CA, 65 and EE. RGB value is (202,101,238). Sum of RGB (Red+Green+Blue) = 202+101+238=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65EE is #359A11. Grayscale: #929292. Windows color (decimal): -3512850 or 15623626. OLE color: 15623626.

HSL color Cylindrical-coordinate representation of color #CA65EE: hue angle of 284.23º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA65EE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 101 238 -
CMYK 0.15 0.58 0 0.07
HSL 284.23º 0.8% 0.66% -
HSV(B) 284.23º 0.58% 0.93% -
XYZ 44.44 28.04 83.96 -
YUV 146.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 202 101 238 0.15 0.58 0 0.07 284.23 0.8 0.66
Hex CA 65 EE F 3A 0 7 11C 50 42
Octal 312 145 356 17 72 0 7 434 120 102
Binary 11001010 1100101 11101110 1111 111010 0 111 100011100 1010000 1000010

Color Harmonies of #CA65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65EE

Black with #CA65EE

Text Example


Text Example

White with #CA65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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