Html Css Color HEX #CD6CBB Fuchsia

📋 copy color: '#CD6CBB'

red 205 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #CD6CBB

Tints of Fuchsia #CD6CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

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

R = 41%
G = 21.6%
B = 37.4%

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

#CD6CBB (or 0xCD6CBB) is known color: Fuchsia. HEX triplet: CD, 6C and BB. RGB value is (205,108,187). Sum of RGB (Red+Green+Blue) = 205+108+187=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CBB is #329344. Grayscale: #919191. Windows color (decimal): -3314501 or 12283085. OLE color: 12283085.

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

Color convert

RGB 205 108 187 -
CMYK 0 0.47 0.09 0.20
HSL 311.13º 0.49% 0.61% -
HSV(B) 311.13º 0.47% 0.8% -
XYZ 39.51 27.29 50.2 -
YUV 146.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 205 108 187 0 0.47 0.09 0.20 311.13 0.49 0.61
Hex CD 6C BB 0 2F 9 14 137 31 3D
Octal 315 154 273 0 57 11 24 467 61 75
Binary 11001101 1101100 10111011 0 101111 1001 10100 100110111 110001 111101

Color Harmonies of #CD6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CBB

Black with #CD6CBB

Text Example


Text Example

White with #CD6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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