Html Css Color HEX #CD6DB7 Fuchsia

📋 copy color: '#CD6DB7'

red 205 ◦ green 109 ◦ blue 183

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

Shades of Fuchsia #CD6DB7

Tints of Fuchsia #CD6DB7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.93%

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 41.25%
G = 21.93%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CD6DB7 (or 0xCD6DB7) is known color: Fuchsia. HEX triplet: CD, 6D and B7. RGB value is (205,109,183). Sum of RGB (Red+Green+Blue) = 205+109+183=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DB7 is #329248. Grayscale: #919191. Windows color (decimal): -3314249 or 12021197. OLE color: 12021197.

HSL color Cylindrical-coordinate representation of color #CD6DB7: hue angle of 313.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DB7 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 183 -
CMYK 0 0.47 0.11 0.20
HSL 313.75º 0.49% 0.62% -
HSV(B) 313.75º 0.47% 0.8% -
XYZ 39.19 27.34 48.01 -
YUV 146.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 205 109 183 0 0.47 0.11 0.20 313.75 0.49 0.62
Hex CD 6D B7 0 2F B 14 13A 31 3E
Octal 315 155 267 0 57 13 24 472 61 76
Binary 11001101 1101101 10110111 0 101111 1011 10100 100111010 110001 111110

Color Harmonies of #CD6DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DB7

Black with #CD6DB7

Text Example


Text Example

White with #CD6DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DB7; }

 p { color: rgb(205,109,183); }

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

background-color css

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

 a { background-color: rgb(205,109,183); }

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

border-color css

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

 span { border-color: rgb(205,109,183); }

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