Html Css Color HEX #CA68FC Heliotrope

📋 copy color: '#CA68FC'

red 202 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #CA68FC

Tints of Heliotrope #CA68FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 36.2%
G = 18.64%
B = 45.16%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA68FC (or 0xCA68FC) is known color: Heliotrope. HEX triplet: CA, 68 and FC. RGB value is (202,104,252). Sum of RGB (Red+Green+Blue) = 202+104+252=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68FC is #359703. Grayscale: #959595. Windows color (decimal): -3512068 or 16541898. OLE color: 16541898.

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

Color convert

RGB 202 104 252 -
CMYK 0.20 0.59 0 0.01
HSL 279.73º 0.96% 0.7% -
HSV(B) 279.73º 0.59% 0.99% -
XYZ 46.88 29.49 95.32 -
YUV 150.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 202 104 252 0.20 0.59 0 0.01 279.73 0.96 0.7
Hex CA 68 FC 14 3B 0 1 118 60 46
Octal 312 150 374 24 73 0 1 430 140 106
Binary 11001010 1101000 11111100 10100 111011 0 1 100011000 1100000 1000110

Color Harmonies of #CA68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68FC

Black with #CA68FC

Text Example


Text Example

White with #CA68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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