Html Css Color HEX #CD34DF Medium Orchid

📋 copy color: '#CD34DF'

red 205 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #CD34DF

Tints of Medium Orchid #CD34DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.83%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 42.71%
G = 10.83%
B = 46.46%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD34DF (or 0xCD34DF) is known color: Medium Orchid. HEX triplet: CD, 34 and DF. RGB value is (205,52,223). Sum of RGB (Red+Green+Blue) = 205+52+223=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD34DF is #32CB20. Grayscale: #747474. Windows color (decimal): -3328801 or 14628045. OLE color: 14628045.

HSL color Cylindrical-coordinate representation of color #CD34DF: hue angle of 293.68º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD34DF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 52 223 -
CMYK 0.08 0.77 0 0.13
HSL 293.68º 0.73% 0.54% -
HSV(B) 293.68º 0.77% 0.87% -
XYZ 39.72 20.76 71.73 -
YUV 117.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 205 52 223 0.08 0.77 0 0.13 293.68 0.73 0.54
Hex CD 34 DF 8 4D 0 D 126 49 36
Octal 315 64 337 10 115 0 15 446 111 66
Binary 11001101 110100 11011111 1000 1001101 0 1101 100100110 1001001 110110

Color Harmonies of #CD34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD34DF

Black with #CD34DF

Text Example


Text Example

White with #CD34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD34DF; }

 p { color: rgb(205,52,223); }

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

background-color css

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

 a { background-color: rgb(205,52,223); }

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

border-color css

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

 span { border-color: rgb(205,52,223); }

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