Html Css Color HEX #CD3DED Medium Orchid

📋 copy color: '#CD3DED'

red 205 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #CD3DED

Tints of Medium Orchid #CD3DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 40.76%
G = 12.13%
B = 47.12%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD3DED (or 0xCD3DED) is known color: Medium Orchid. HEX triplet: CD, 3D and ED. RGB value is (205,61,237). Sum of RGB (Red+Green+Blue) = 205+61+237=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DED is #32C212. Grayscale: #7B7B7B. Windows color (decimal): -3326483 or 15547853. OLE color: 15547853.

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

Color convert

RGB 205 61 237 -
CMYK 0.14 0.74 0 0.07
HSL 289.09º 0.83% 0.58% -
HSV(B) 289.09º 0.74% 0.93% -
XYZ 42.13 22.43 82.23 -
YUV 124.12 191.71 185.69 -
System Red Green Blue C M Y K H S L
Decimal 205 61 237 0.14 0.74 0 0.07 289.09 0.83 0.58
Hex CD 3D ED E 4A 0 7 121 53 3A
Octal 315 75 355 16 112 0 7 441 123 72
Binary 11001101 111101 11101101 1110 1001010 0 111 100100001 1010011 111010

Color Harmonies of #CD3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3DED

Black with #CD3DED

Text Example


Text Example

White with #CD3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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