Html Css Color HEX #CD4CDF Medium Orchid

📋 copy color: '#CD4CDF'

red 205 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #CD4CDF

Tints of Medium Orchid #CD4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

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

R = 40.67%
G = 15.08%
B = 44.25%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4CDF (or 0xCD4CDF) is known color: Medium Orchid. HEX triplet: CD, 4C and DF. RGB value is (205,76,223). Sum of RGB (Red+Green+Blue) = 205+76+223=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4CDF is #32B320. Grayscale: #828282. Windows color (decimal): -3322657 or 14634189. OLE color: 14634189.

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

Color convert

RGB 205 76 223 -
CMYK 0.08 0.66 0 0.13
HSL 292.65º 0.7% 0.59% -
HSV(B) 292.65º 0.66% 0.87% -
XYZ 41.08 23.48 72.18 -
YUV 131.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 205 76 223 0.08 0.66 0 0.13 292.65 0.7 0.59
Hex CD 4C DF 8 42 0 D 125 46 3B
Octal 315 114 337 10 102 0 15 445 106 73
Binary 11001101 1001100 11011111 1000 1000010 0 1101 100100101 1000110 111011

Color Harmonies of #CD4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4CDF

Black with #CD4CDF

Text Example


Text Example

White with #CD4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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