Html Css Color HEX #CC63EF Heliotrope

📋 copy color: '#CC63EF'

red 204 ◦ green 99 ◦ blue 239

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

Shades of Heliotrope #CC63EF

Tints of Heliotrope #CC63EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.27%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 37.64%
G = 18.27%
B = 44.1%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC63EF (or 0xCC63EF) is known color: Heliotrope. HEX triplet: CC, 63 and EF. RGB value is (204,99,239). Sum of RGB (Red+Green+Blue) = 204+99+239=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC63EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63EF is #339C10. Grayscale: #919191. Windows color (decimal): -3382289 or 15688652. OLE color: 15688652.

HSL color Cylindrical-coordinate representation of color #CC63EF: hue angle of 285º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC63EF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 99 239 -
CMYK 0.15 0.59 0 0.06
HSL 285º 0.81% 0.66% -
HSV(B) 285º 0.59% 0.94% -
XYZ 44.94 27.99 84.7 -
YUV 146.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 204 99 239 0.15 0.59 0 0.06 285 0.81 0.66
Hex CC 63 EF F 3B 0 6 11D 51 42
Octal 314 143 357 17 73 0 6 435 121 102
Binary 11001100 1100011 11101111 1111 111011 0 110 100011101 1010001 1000010

Color Harmonies of #CC63EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63EF

Black with #CC63EF

Text Example


Text Example

White with #CC63EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63EF; }

 p { color: rgb(204,99,239); }

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

background-color css

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

 a { background-color: rgb(204,99,239); }

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

border-color css

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

 span { border-color: rgb(204,99,239); }

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