Html Css Color HEX #CD3DDB Medium Orchid

📋 copy color: '#CD3DDB'

red 205 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #CD3DDB

Tints of Medium Orchid #CD3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 42.27%
G = 12.58%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD3DDB (or 0xCD3DDB) is known color: Medium Orchid. HEX triplet: CD, 3D and DB. RGB value is (205,61,219). Sum of RGB (Red+Green+Blue) = 205+61+219=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3DDB is #32C224. Grayscale: #797979. Windows color (decimal): -3326501 or 14368205. OLE color: 14368205.

HSL color Cylindrical-coordinate representation of color #CD3DDB: hue angle of 294.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3DDB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 61 219 -
CMYK 0.06 0.72 0 0.14
HSL 294.68º 0.69% 0.55% -
HSV(B) 294.68º 0.72% 0.86% -
XYZ 39.63 21.43 69.07 -
YUV 122.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 205 61 219 0.06 0.72 0 0.14 294.68 0.69 0.55
Hex CD 3D DB 6 48 0 E 127 45 37
Octal 315 75 333 6 110 0 16 447 105 67
Binary 11001101 111101 11011011 110 1001000 0 1110 100100111 1000101 110111

Color Harmonies of #CD3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3DDB

Black with #CD3DDB

Text Example


Text Example

White with #CD3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3DDB; }

 p { color: rgb(205,61,219); }

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

background-color css

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

 a { background-color: rgb(205,61,219); }

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

border-color css

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

 span { border-color: rgb(205,61,219); }

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