Html Css Color HEX #CA68EF Heliotrope

📋 copy color: '#CA68EF'

red 202 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #CA68EF

Tints of Heliotrope #CA68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.08%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 37.06%
G = 19.08%
B = 43.85%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA68EF (or 0xCA68EF) is known color: Heliotrope. HEX triplet: CA, 68 and EF. RGB value is (202,104,239). Sum of RGB (Red+Green+Blue) = 202+104+239=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68EF is #359710. Grayscale: #949494. Windows color (decimal): -3512081 or 15689930. OLE color: 15689930.

HSL color Cylindrical-coordinate representation of color #CA68EF: hue angle of 283.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA68EF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 104 239 -
CMYK 0.15 0.56 0 0.06
HSL 283.56º 0.81% 0.67% -
HSV(B) 283.56º 0.56% 0.94% -
XYZ 44.89 28.69 84.83 -
YUV 148.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 202 104 239 0.15 0.56 0 0.06 283.56 0.81 0.67
Hex CA 68 EF F 38 0 6 11C 51 43
Octal 312 150 357 17 70 0 6 434 121 103
Binary 11001010 1101000 11101111 1111 111000 0 110 100011100 1010001 1000011

Color Harmonies of #CA68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68EF

Black with #CA68EF

Text Example


Text Example

White with #CA68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68EF; }

 p { color: rgb(202,104,239); }

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

background-color css

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

 a { background-color: rgb(202,104,239); }

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

border-color css

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

 span { border-color: rgb(202,104,239); }

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