Html Css Color HEX #CD4FDF Medium Orchid

📋 copy color: '#CD4FDF'

red 205 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #CD4FDF

Tints of Medium Orchid #CD4FDF

RGB

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

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

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

R = 40.43%
G = 15.58%
B = 43.98%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4FDF (or 0xCD4FDF) is known color: Medium Orchid. HEX triplet: CD, 4F and DF. RGB value is (205,79,223). Sum of RGB (Red+Green+Blue) = 205+79+223=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDF is #32B020. Grayscale: #848484. Windows color (decimal): -3321889 or 14634957. OLE color: 14634957.

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

Color convert

RGB 205 79 223 -
CMYK 0.08 0.65 0 0.13
HSL 292.5º 0.69% 0.59% -
HSV(B) 292.5º 0.65% 0.87% -
XYZ 41.29 23.9 72.25 -
YUV 133.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 205 79 223 0.08 0.65 0 0.13 292.5 0.69 0.59
Hex CD 4F DF 8 41 0 D 124 45 3B
Octal 315 117 337 10 101 0 15 444 105 73
Binary 11001101 1001111 11011111 1000 1000001 0 1101 100100100 1000101 111011

Color Harmonies of #CD4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4FDF

Black with #CD4FDF

Text Example


Text Example

White with #CD4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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