Html Css Color HEX #CD53CE Fuchsia

📋 copy color: '#CD53CE'

red 205 ◦ green 83 ◦ blue 206

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

Shades of Fuchsia #CD53CE

Tints of Fuchsia #CD53CE

RGB

 RED value IS 205 (80.47% from 255) = 41.5%

 GREEN value IS 83 (32.81% from 255) = 16.8%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 41.5%
G = 16.8%
B = 41.7%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD53CE (or 0xCD53CE) is known color: Fuchsia. HEX triplet: CD, 53 and CE. RGB value is (205,83,206). Sum of RGB (Red+Green+Blue) = 205+83+206=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53CE is #32AC31. Grayscale: #858585. Windows color (decimal): -3320882 or 13521869. OLE color: 13521869.

HSL color Cylindrical-coordinate representation of color #CD53CE: hue angle of 299.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD53CE is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 83 206 -
CMYK 0.00 0.60 0 0.19
HSL 299.51º 0.56% 0.57% -
HSV(B) 299.51º 0.6% 0.81% -
XYZ 39.41 23.62 60.87 -
YUV 133.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 205 83 206 0.00 0.60 0 0.19 299.51 0.56 0.57
Hex CD 53 CE 0 3C 0 13 12C 38 39
Octal 315 123 316 0 74 0 23 454 70 71
Binary 11001101 1010011 11001110 0 111100 0 10011 100101100 111000 111001

Color Harmonies of #CD53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD53CE

Black with #CD53CE

Text Example


Text Example

White with #CD53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD53CE; }

 p { color: rgb(205,83,206); }

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

background-color css

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

 a { background-color: rgb(205,83,206); }

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

border-color css

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

 span { border-color: rgb(205,83,206); }

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