Html Css Color HEX #CD55CF Fuchsia

📋 copy color: '#CD55CF'

red 205 ◦ green 85 ◦ blue 207

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

Shades of Fuchsia #CD55CF

Tints of Fuchsia #CD55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 41.25%
G = 17.1%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD55CF (or 0xCD55CF) is known color: Fuchsia. HEX triplet: CD, 55 and CF. RGB value is (205,85,207). Sum of RGB (Red+Green+Blue) = 205+85+207=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55CF is #32AA30. Grayscale: #868686. Windows color (decimal): -3320369 or 13587917. OLE color: 13587917.

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

Color convert

RGB 205 85 207 -
CMYK 0.01 0.59 0 0.19
HSL 299.02º 0.56% 0.57% -
HSV(B) 299.02º 0.59% 0.81% -
XYZ 39.69 23.98 61.57 -
YUV 134.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 205 85 207 0.01 0.59 0 0.19 299.02 0.56 0.57
Hex CD 55 CF 1 3B 0 13 12B 38 39
Octal 315 125 317 1 73 0 23 453 70 71
Binary 11001101 1010101 11001111 1 111011 0 10011 100101011 111000 111001

Color Harmonies of #CD55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55CF

Black with #CD55CF

Text Example


Text Example

White with #CD55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55CF; }

 p { color: rgb(205,85,207); }

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

background-color css

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

 a { background-color: rgb(205,85,207); }

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

border-color css

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

 span { border-color: rgb(205,85,207); }

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