Html Css Color HEX #CC68F7 Heliotrope

📋 copy color: '#CC68F7'

red 204 ◦ green 104 ◦ blue 247

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

Shades of Heliotrope #CC68F7

Tints of Heliotrope #CC68F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.5%

R = 36.76%
G = 18.74%
B = 44.5%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC68F7 (or 0xCC68F7) is known color: Heliotrope. HEX triplet: CC, 68 and F7. RGB value is (204,104,247). Sum of RGB (Red+Green+Blue) = 204+104+247=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC68F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68F7 is #339708. Grayscale: #959595. Windows color (decimal): -3381001 or 16214220. OLE color: 16214220.

HSL color Cylindrical-coordinate representation of color #CC68F7: hue angle of 281.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC68F7 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 104 247 -
CMYK 0.17 0.58 0 0.03
HSL 281.96º 0.9% 0.69% -
HSV(B) 281.96º 0.58% 0.97% -
XYZ 46.64 29.45 91.22 -
YUV 150.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 204 104 247 0.17 0.58 0 0.03 281.96 0.9 0.69
Hex CC 68 F7 11 3A 0 3 11A 5A 45
Octal 314 150 367 21 72 0 3 432 132 105
Binary 11001100 1101000 11110111 10001 111010 0 11 100011010 1011010 1000101

Color Harmonies of #CC68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68F7

Black with #CC68F7

Text Example


Text Example

White with #CC68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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