Html Css Color HEX #CD6DB5 Fuchsia

📋 copy color: '#CD6DB5'

red 205 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #CD6DB5

Tints of Fuchsia #CD6DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 41.41%
G = 22.02%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CD6DB5 (or 0xCD6DB5) is known color: Fuchsia. HEX triplet: CD, 6D and B5. RGB value is (205,109,181). Sum of RGB (Red+Green+Blue) = 205+109+181=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DB5 is #32924A. Grayscale: #919191. Windows color (decimal): -3314251 or 11890125. OLE color: 11890125.

HSL color Cylindrical-coordinate representation of color #CD6DB5: hue angle of 315º 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 #CD6DB5 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 181 -
CMYK 0 0.47 0.12 0.20
HSL 315º 0.49% 0.62% -
HSV(B) 315º 0.47% 0.8% -
XYZ 38.99 27.25 46.92 -
YUV 145.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 205 109 181 0 0.47 0.12 0.20 315 0.49 0.62
Hex CD 6D B5 0 2F C 14 13B 31 3E
Octal 315 155 265 0 57 14 24 473 61 76
Binary 11001101 1101101 10110101 0 101111 1100 10100 100111011 110001 111110

Color Harmonies of #CD6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DB5

Black with #CD6DB5

Text Example


Text Example

White with #CD6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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