Html Css Color HEX #CD6DBB Fuchsia

📋 copy color: '#CD6DBB'

red 205 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #CD6DBB

Tints of Fuchsia #CD6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 40.92%
G = 21.76%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD6DBB (or 0xCD6DBB) is known color: Fuchsia. HEX triplet: CD, 6D and BB. RGB value is (205,109,187). Sum of RGB (Red+Green+Blue) = 205+109+187=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DBB is #329244. Grayscale: #929292. Windows color (decimal): -3314245 or 12283341. OLE color: 12283341.

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

Color convert

RGB 205 109 187 -
CMYK 0 0.47 0.09 0.20
HSL 311.25º 0.49% 0.62% -
HSV(B) 311.25º 0.47% 0.8% -
XYZ 39.62 27.5 50.23 -
YUV 146.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 205 109 187 0 0.47 0.09 0.20 311.25 0.49 0.62
Hex CD 6D BB 0 2F 9 14 137 31 3E
Octal 315 155 273 0 57 11 24 467 61 76
Binary 11001101 1101101 10111011 0 101111 1001 10100 100110111 110001 111110

Color Harmonies of #CD6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DBB

Black with #CD6DBB

Text Example


Text Example

White with #CD6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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