Html Css Color HEX #CC68F4 Heliotrope

📋 copy color: '#CC68F4'

red 204 ◦ green 104 ◦ blue 244

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

Shades of Heliotrope #CC68F4

Tints of Heliotrope #CC68F4

RGB

 RED value IS 204 (80.08% from 255) = 36.96%

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

 BLUE value IS 244 (95.7% from 255) = 44.2%

R = 36.96%
G = 18.84%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC68F4 (or 0xCC68F4) is known color: Heliotrope. HEX triplet: CC, 68 and F4. RGB value is (204,104,244). Sum of RGB (Red+Green+Blue) = 204+104+244=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68F4 is #33970B. Grayscale: #959595. Windows color (decimal): -3381004 or 16017612. OLE color: 16017612.

HSL color Cylindrical-coordinate representation of color #CC68F4: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC68F4 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 104 244 -
CMYK 0.16 0.57 0 0.04
HSL 282.86º 0.86% 0.68% -
HSV(B) 282.86º 0.57% 0.96% -
XYZ 46.18 29.27 88.8 -
YUV 149.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 204 104 244 0.16 0.57 0 0.04 282.86 0.86 0.68
Hex CC 68 F4 10 39 0 4 11B 56 44
Octal 314 150 364 20 71 0 4 433 126 104
Binary 11001100 1101000 11110100 10000 111001 0 100 100011011 1010110 1000100

Color Harmonies of #CC68F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68F4

Black with #CC68F4

Text Example


Text Example

White with #CC68F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68F4; }

 p { color: rgb(204,104,244); }

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

background-color css

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

 a { background-color: rgb(204,104,244); }

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

border-color css

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

 span { border-color: rgb(204,104,244); }

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