Html Css Color HEX #CD4CDC Medium Orchid

📋 copy color: '#CD4CDC'

red 205 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #CD4CDC

Tints of Medium Orchid #CD4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

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

R = 40.92%
G = 15.17%
B = 43.91%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD4CDC (or 0xCD4CDC) is known color: Medium Orchid. HEX triplet: CD, 4C and DC. RGB value is (205,76,220). Sum of RGB (Red+Green+Blue) = 205+76+220=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4CDC is #32B323. Grayscale: #828282. Windows color (decimal): -3322660 or 14437581. OLE color: 14437581.

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

Color convert

RGB 205 76 220 -
CMYK 0.07 0.65 0 0.14
HSL 293.75º 0.67% 0.58% -
HSV(B) 293.75º 0.65% 0.86% -
XYZ 40.68 23.32 70.07 -
YUV 130.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 205 76 220 0.07 0.65 0 0.14 293.75 0.67 0.58
Hex CD 4C DC 7 41 0 E 126 43 3A
Octal 315 114 334 7 101 0 16 446 103 72
Binary 11001101 1001100 11011100 111 1000001 0 1110 100100110 1000011 111010

Color Harmonies of #CD4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4CDC

Black with #CD4CDC

Text Example


Text Example

White with #CD4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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