Html Css Color HEX #CC63ED Heliotrope

📋 copy color: '#CC63ED'

red 204 ◦ green 99 ◦ blue 237

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

Shades of Heliotrope #CC63ED

Tints of Heliotrope #CC63ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 37.78%
G = 18.33%
B = 43.89%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC63ED (or 0xCC63ED) is known color: Heliotrope. HEX triplet: CC, 63 and ED. RGB value is (204,99,237). Sum of RGB (Red+Green+Blue) = 204+99+237=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63ED is #339C12. Grayscale: #919191. Windows color (decimal): -3382291 or 15557580. OLE color: 15557580.

HSL color Cylindrical-coordinate representation of color #CC63ED: hue angle of 285.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC63ED is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 99 237 -
CMYK 0.14 0.58 0 0.07
HSL 285.65º 0.79% 0.66% -
HSV(B) 285.65º 0.58% 0.93% -
XYZ 44.65 27.88 83.15 -
YUV 146.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 204 99 237 0.14 0.58 0 0.07 285.65 0.79 0.66
Hex CC 63 ED E 3A 0 7 11E 4F 42
Octal 314 143 355 16 72 0 7 436 117 102
Binary 11001100 1100011 11101101 1110 111010 0 111 100011110 1001111 1000010

Color Harmonies of #CC63ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63ED

Black with #CC63ED

Text Example


Text Example

White with #CC63ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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