Html Css Color HEX #CA68EA Heliotrope

📋 copy color: '#CA68EA'

red 202 ◦ green 104 ◦ blue 234

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

Shades of Heliotrope #CA68EA

Tints of Heliotrope #CA68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 37.41%
G = 19.26%
B = 43.33%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA68EA (or 0xCA68EA) is known color: Heliotrope. HEX triplet: CA, 68 and EA. RGB value is (202,104,234). Sum of RGB (Red+Green+Blue) = 202+104+234=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68EA is #359715. Grayscale: #939393. Windows color (decimal): -3512086 or 15362250. OLE color: 15362250.

HSL color Cylindrical-coordinate representation of color #CA68EA: hue angle of 285.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA68EA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 104 234 -
CMYK 0.14 0.56 0 0.08
HSL 285.23º 0.76% 0.66% -
HSV(B) 285.23º 0.56% 0.92% -
XYZ 44.16 28.4 81 -
YUV 148.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 202 104 234 0.14 0.56 0 0.08 285.23 0.76 0.66
Hex CA 68 EA E 38 0 8 11D 4C 42
Octal 312 150 352 16 70 0 10 435 114 102
Binary 11001010 1101000 11101010 1110 111000 0 1000 100011101 1001100 1000010

Color Harmonies of #CA68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68EA

Black with #CA68EA

Text Example


Text Example

White with #CA68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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