Html Css Color HEX #CC63FA Heliotrope

📋 copy color: '#CC63FA'

red 204 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #CC63FA

Tints of Heliotrope #CC63FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 36.89%
G = 17.9%
B = 45.21%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC63FA (or 0xCC63FA) is known color: Heliotrope. HEX triplet: CC, 63 and FA. RGB value is (204,99,250). Sum of RGB (Red+Green+Blue) = 204+99+250=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63FA is #339C05. Grayscale: #939393. Windows color (decimal): -3382278 or 16409548. OLE color: 16409548.

HSL color Cylindrical-coordinate representation of color #CC63FA: hue angle of 281.72º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC63FA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 99 250 -
CMYK 0.18 0.60 0 0.02
HSL 281.72º 0.94% 0.68% -
HSV(B) 281.72º 0.6% 0.98% -
XYZ 46.62 28.66 93.52 -
YUV 147.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 204 99 250 0.18 0.60 0 0.02 281.72 0.94 0.68
Hex CC 63 FA 12 3C 0 2 11A 5E 44
Octal 314 143 372 22 74 0 2 432 136 104
Binary 11001100 1100011 11111010 10010 111100 0 10 100011010 1011110 1000100

Color Harmonies of #CC63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63FA

Black with #CC63FA

Text Example


Text Example

White with #CC63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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