Html Css Color HEX #CA68FE Heliotrope

📋 copy color: '#CA68FE'

red 202 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #CA68FE

Tints of Heliotrope #CA68FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 36.07%
G = 18.57%
B = 45.36%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA68FE (or 0xCA68FE) is known color: Heliotrope. HEX triplet: CA, 68 and FE. RGB value is (202,104,254). Sum of RGB (Red+Green+Blue) = 202+104+254=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68FE is #359701. Grayscale: #959595. Windows color (decimal): -3512066 or 16672970. OLE color: 16672970.

HSL color Cylindrical-coordinate representation of color #CA68FE: hue angle of 279.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA68FE is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 104 254 -
CMYK 0.20 0.59 0 0.00
HSL 279.2º 0.99% 0.7% -
HSV(B) 279.2º 0.59% 1% -
XYZ 47.2 29.61 96.99 -
YUV 150.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 202 104 254 0.20 0.59 0 0.00 279.2 0.99 0.7
Hex CA 68 FE 14 3B 0 0 117 63 46
Octal 312 150 376 24 73 0 0 427 143 106
Binary 11001010 1101000 11111110 10100 111011 0 0 100010111 1100011 1000110

Color Harmonies of #CA68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68FE

Black with #CA68FE

Text Example


Text Example

White with #CA68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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