Html Css Color HEX #CC68FB Heliotrope

📋 copy color: '#CC68FB'

red 204 ◦ green 104 ◦ blue 251

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

Shades of Heliotrope #CC68FB

Tints of Heliotrope #CC68FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 36.49%
G = 18.6%
B = 44.9%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC68FB (or 0xCC68FB) is known color: Heliotrope. HEX triplet: CC, 68 and FB. RGB value is (204,104,251). Sum of RGB (Red+Green+Blue) = 204+104+251=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC68FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68FB is #339704. Grayscale: #969696. Windows color (decimal): -3380997 or 16476364. OLE color: 16476364.

HSL color Cylindrical-coordinate representation of color #CC68FB: hue angle of 280.82º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC68FB is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 104 251 -
CMYK 0.19 0.59 0 0.02
HSL 280.82º 0.95% 0.7% -
HSV(B) 280.82º 0.59% 0.98% -
XYZ 47.26 29.7 94.51 -
YUV 150.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 204 104 251 0.19 0.59 0 0.02 280.82 0.95 0.7
Hex CC 68 FB 13 3B 0 2 119 5F 46
Octal 314 150 373 23 73 0 2 431 137 106
Binary 11001100 1101000 11111011 10011 111011 0 10 100011001 1011111 1000110

Color Harmonies of #CC68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68FB

Black with #CC68FB

Text Example


Text Example

White with #CC68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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