Html Css Color HEX #CD4FED Medium Orchid

📋 copy color: '#CD4FED'

red 205 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #CD4FED

Tints of Medium Orchid #CD4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

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

R = 39.35%
G = 15.16%
B = 45.49%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD4FED (or 0xCD4FED) is known color: Medium Orchid. HEX triplet: CD, 4F and ED. RGB value is (205,79,237). Sum of RGB (Red+Green+Blue) = 205+79+237=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4FED is #32B012. Grayscale: #868686. Windows color (decimal): -3321875 or 15552461. OLE color: 15552461.

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

Color convert

RGB 205 79 237 -
CMYK 0.14 0.67 0 0.07
HSL 287.85º 0.81% 0.62% -
HSV(B) 287.85º 0.67% 0.93% -
XYZ 43.26 24.69 82.61 -
YUV 134.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 205 79 237 0.14 0.67 0 0.07 287.85 0.81 0.62
Hex CD 4F ED E 43 0 7 120 51 3E
Octal 315 117 355 16 103 0 7 440 121 76
Binary 11001101 1001111 11101101 1110 1000011 0 111 100100000 1010001 111110

Color Harmonies of #CD4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4FED

Black with #CD4FED

Text Example


Text Example

White with #CD4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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