Html Css Color HEX #CD33DF Medium Orchid

📋 copy color: '#CD33DF'

red 205 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #CD33DF

Tints of Medium Orchid #CD33DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.65%

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

R = 42.8%
G = 10.65%
B = 46.56%

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

#CD33DF (or 0xCD33DF) is known color: Medium Orchid. HEX triplet: CD, 33 and DF. RGB value is (205,51,223). Sum of RGB (Red+Green+Blue) = 205+51+223=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33DF is #32CC20. Grayscale: #747474. Windows color (decimal): -3329057 or 14627789. OLE color: 14627789.

HSL color Cylindrical-coordinate representation of color #CD33DF: hue angle of 293.72º 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 #CD33DF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 51 223 -
CMYK 0.08 0.77 0 0.13
HSL 293.72º 0.73% 0.54% -
HSV(B) 293.72º 0.77% 0.87% -
XYZ 39.68 20.67 71.71 -
YUV 116.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 205 51 223 0.08 0.77 0 0.13 293.72 0.73 0.54
Hex CD 33 DF 8 4D 0 D 126 49 36
Octal 315 63 337 10 115 0 15 446 111 66
Binary 11001101 110011 11011111 1000 1001101 0 1101 100100110 1001001 110110

Color Harmonies of #CD33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33DF

Black with #CD33DF

Text Example


Text Example

White with #CD33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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