Html Css Color HEX #CC68F9 Heliotrope

📋 copy color: '#CC68F9'

red 204 ◦ green 104 ◦ blue 249

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

Shades of Heliotrope #CC68F9

Tints of Heliotrope #CC68F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 36.62%
G = 18.67%
B = 44.7%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC68F9 (or 0xCC68F9) is known color: Heliotrope. HEX triplet: CC, 68 and F9. RGB value is (204,104,249). Sum of RGB (Red+Green+Blue) = 204+104+249=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68F9 is #339706. Grayscale: #959595. Windows color (decimal): -3380999 or 16345292. OLE color: 16345292.

HSL color Cylindrical-coordinate representation of color #CC68F9: hue angle of 281.38º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC68F9 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 104 249 -
CMYK 0.18 0.58 0 0.02
HSL 281.38º 0.92% 0.69% -
HSV(B) 281.38º 0.58% 0.98% -
XYZ 46.95 29.58 92.86 -
YUV 150.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 204 104 249 0.18 0.58 0 0.02 281.38 0.92 0.69
Hex CC 68 F9 12 3A 0 2 119 5C 45
Octal 314 150 371 22 72 0 2 431 134 105
Binary 11001100 1101000 11111001 10010 111010 0 10 100011001 1011100 1000101

Color Harmonies of #CC68F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68F9

Black with #CC68F9

Text Example


Text Example

White with #CC68F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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