Html Css Color HEX #CD4BDC Medium Orchid

📋 copy color: '#CD4BDC'

red 205 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #CD4BDC

Tints of Medium Orchid #CD4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 41%
G = 15%
B = 44%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD4BDC (or 0xCD4BDC) is known color: Medium Orchid. HEX triplet: CD, 4B and DC. RGB value is (205,75,220). Sum of RGB (Red+Green+Blue) = 205+75+220=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BDC is #32B423. Grayscale: #818181. Windows color (decimal): -3322916 or 14437325. OLE color: 14437325.

HSL color Cylindrical-coordinate representation of color #CD4BDC: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4BDC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 75 220 -
CMYK 0.07 0.66 0 0.14
HSL 293.79º 0.67% 0.58% -
HSV(B) 293.79º 0.66% 0.86% -
XYZ 40.61 23.18 70.04 -
YUV 130.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 205 75 220 0.07 0.66 0 0.14 293.79 0.67 0.58
Hex CD 4B DC 7 42 0 E 126 43 3A
Octal 315 113 334 7 102 0 16 446 103 72
Binary 11001101 1001011 11011100 111 1000010 0 1110 100100110 1000011 111010

Color Harmonies of #CD4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4BDC

Black with #CD4BDC

Text Example


Text Example

White with #CD4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4BDC; }

 p { color: rgb(205,75,220); }

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

background-color css

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

 a { background-color: rgb(205,75,220); }

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

border-color css

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

 span { border-color: rgb(205,75,220); }

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