Html Css Color HEX #CD55EF Medium Orchid

📋 copy color: '#CD55EF'

red 205 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #CD55EF

Tints of Medium Orchid #CD55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.07%

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 38.75%
G = 16.07%
B = 45.18%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD55EF (or 0xCD55EF) is known color: Medium Orchid. HEX triplet: CD, 55 and EF. RGB value is (205,85,239). Sum of RGB (Red+Green+Blue) = 205+85+239=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55EF is #32AA10. Grayscale: #898989. Windows color (decimal): -3320337 or 15685069. OLE color: 15685069.

HSL color Cylindrical-coordinate representation of color #CD55EF: hue angle of 286.75º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD55EF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 85 239 -
CMYK 0.14 0.64 0 0.06
HSL 286.75º 0.83% 0.64% -
HSV(B) 286.75º 0.64% 0.94% -
XYZ 44.01 25.71 84.3 -
YUV 138.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 205 85 239 0.14 0.64 0 0.06 286.75 0.83 0.64
Hex CD 55 EF E 40 0 6 11F 53 40
Octal 315 125 357 16 100 0 6 437 123 100
Binary 11001101 1010101 11101111 1110 1000000 0 110 100011111 1010011 1000000

Color Harmonies of #CD55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55EF

Black with #CD55EF

Text Example


Text Example

White with #CD55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55EF; }

 p { color: rgb(205,85,239); }

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

background-color css

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

 a { background-color: rgb(205,85,239); }

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

border-color css

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

 span { border-color: rgb(205,85,239); }

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