Html Css Color HEX #CC63FE Heliotrope

📋 copy color: '#CC63FE'

red 204 ◦ green 99 ◦ blue 254

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

Shades of Heliotrope #CC63FE

Tints of Heliotrope #CC63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 36.62%
G = 17.77%
B = 45.6%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC63FE (or 0xCC63FE) is known color: Heliotrope. HEX triplet: CC, 63 and FE. RGB value is (204,99,254). Sum of RGB (Red+Green+Blue) = 204+99+254=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63FE is #339C01. Grayscale: #939393. Windows color (decimal): -3382274 or 16671692. OLE color: 16671692.

HSL color Cylindrical-coordinate representation of color #CC63FE: hue angle of 280.65º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC63FE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 99 254 -
CMYK 0.20 0.61 0 0.00
HSL 280.65º 0.99% 0.69% -
HSV(B) 280.65º 0.61% 1% -
XYZ 47.25 28.92 96.86 -
YUV 148.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 204 99 254 0.20 0.61 0 0.00 280.65 0.99 0.69
Hex CC 63 FE 14 3D 0 0 119 63 45
Octal 314 143 376 24 75 0 0 431 143 105
Binary 11001100 1100011 11111110 10100 111101 0 0 100011001 1100011 1000101

Color Harmonies of #CC63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63FE

Black with #CC63FE

Text Example


Text Example

White with #CC63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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