Html Css Color HEX #CD33DC Medium Orchid

📋 copy color: '#CD33DC'

red 205 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #CD33DC

Tints of Medium Orchid #CD33DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.71%

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

R = 43.07%
G = 10.71%
B = 46.22%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD33DC (or 0xCD33DC) is known color: Medium Orchid. HEX triplet: CD, 33 and DC. RGB value is (205,51,220). Sum of RGB (Red+Green+Blue) = 205+51+220=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33DC is #32CC23. Grayscale: #737373. Windows color (decimal): -3329060 or 14431181. OLE color: 14431181.

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

Color convert

RGB 205 51 220 -
CMYK 0.07 0.77 0 0.14
HSL 294.67º 0.71% 0.53% -
HSV(B) 294.67º 0.77% 0.86% -
XYZ 39.28 20.51 69.6 -
YUV 116.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 205 51 220 0.07 0.77 0 0.14 294.67 0.71 0.53
Hex CD 33 DC 7 4D 0 E 127 47 35
Octal 315 63 334 7 115 0 16 447 107 65
Binary 11001101 110011 11011100 111 1001101 0 1110 100100111 1000111 110101

Color Harmonies of #CD33DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33DC

Black with #CD33DC

Text Example


Text Example

White with #CD33DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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