Html Css Color HEX #CD50E4 Medium Orchid

📋 copy color: '#CD50E4'

red 205 ◦ green 80 ◦ blue 228

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

Shades of Medium Orchid #CD50E4

Tints of Medium Orchid #CD50E4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.59%

 BLUE value IS 228 (89.45% from 255) = 44.44%

R = 39.96%
G = 15.59%
B = 44.44%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD50E4 (or 0xCD50E4) is known color: Medium Orchid. HEX triplet: CD, 50 and E4. RGB value is (205,80,228). Sum of RGB (Red+Green+Blue) = 205+80+228=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD50E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50E4 is #32AF1B. Grayscale: #858585. Windows color (decimal): -3321628 or 14962893. OLE color: 14962893.

HSL color Cylindrical-coordinate representation of color #CD50E4: hue angle of 290.68º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD50E4 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 80 228 -
CMYK 0.10 0.65 0 0.11
HSL 290.68º 0.73% 0.6% -
HSV(B) 290.68º 0.65% 0.89% -
XYZ 42.05 24.32 75.88 -
YUV 134.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 205 80 228 0.10 0.65 0 0.11 290.68 0.73 0.6
Hex CD 50 E4 A 41 0 B 123 49 3C
Octal 315 120 344 12 101 0 13 443 111 74
Binary 11001101 1010000 11100100 1010 1000001 0 1011 100100011 1001001 111100

Color Harmonies of #CD50E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD50E4

Black with #CD50E4

Text Example


Text Example

White with #CD50E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD50E4; }

 p { color: rgb(205,80,228); }

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

background-color css

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

 a { background-color: rgb(205,80,228); }

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

border-color css

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

 span { border-color: rgb(205,80,228); }

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