Html Css Color HEX #CD32F3 Medium Orchid

📋 copy color: '#CD32F3'

red 205 ◦ green 50 ◦ blue 243

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

Shades of Medium Orchid #CD32F3

Tints of Medium Orchid #CD32F3

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.04%

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 41.16%
G = 10.04%
B = 48.8%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD32F3 (or 0xCD32F3) is known color: Medium Orchid. HEX triplet: CD, 32 and F3. RGB value is (205,50,243). Sum of RGB (Red+Green+Blue) = 205+50+243=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32F3 is #32CD0C. Grayscale: #757575. Windows color (decimal): -3329293 or 15938253. OLE color: 15938253.

HSL color Cylindrical-coordinate representation of color #CD32F3: hue angle of 288.19º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32F3 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 50 243 -
CMYK 0.16 0.79 0 0.05
HSL 288.19º 0.89% 0.57% -
HSV(B) 288.19º 0.79% 0.95% -
XYZ 42.5 21.73 86.75 -
YUV 118.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 205 50 243 0.16 0.79 0 0.05 288.19 0.89 0.57
Hex CD 32 F3 10 4F 0 5 120 59 39
Octal 315 62 363 20 117 0 5 440 131 71
Binary 11001101 110010 11110011 10000 1001111 0 101 100100000 1011001 111001

Color Harmonies of #CD32F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32F3

Black with #CD32F3

Text Example


Text Example

White with #CD32F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32F3; }

 p { color: rgb(205,50,243); }

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

background-color css

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

 a { background-color: rgb(205,50,243); }

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

border-color css

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

 span { border-color: rgb(205,50,243); }

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