Html Css Color HEX #CD3EDA Medium Orchid

📋 copy color: '#CD3EDA'

red 205 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #CD3EDA

Tints of Medium Orchid #CD3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 42.27%
G = 12.78%
B = 44.95%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD3EDA (or 0xCD3EDA) is known color: Medium Orchid. HEX triplet: CD, 3E and DA. RGB value is (205,62,218). Sum of RGB (Red+Green+Blue) = 205+62+218=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EDA is #32C125. Grayscale: #7A7A7A. Windows color (decimal): -3326246 or 14302925. OLE color: 14302925.

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

Color convert

RGB 205 62 218 -
CMYK 0.06 0.72 0 0.15
HSL 295º 0.68% 0.55% -
HSV(B) 295º 0.72% 0.85% -
XYZ 39.55 21.49 68.39 -
YUV 122.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 205 62 218 0.06 0.72 0 0.15 295 0.68 0.55
Hex CD 3E DA 6 48 0 F 127 44 37
Octal 315 76 332 6 110 0 17 447 104 67
Binary 11001101 111110 11011010 110 1001000 0 1111 100100111 1000100 110111

Color Harmonies of #CD3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3EDA

Black with #CD3EDA

Text Example


Text Example

White with #CD3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3EDA; }

 p { color: rgb(205,62,218); }

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

background-color css

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

 a { background-color: rgb(205,62,218); }

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

border-color css

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

 span { border-color: rgb(205,62,218); }

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