Html Css Color HEX #CD38DF Medium Orchid

📋 copy color: '#CD38DF'

red 205 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #CD38DF

Tints of Medium Orchid #CD38DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.57%

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

R = 42.36%
G = 11.57%
B = 46.07%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD38DF (or 0xCD38DF) is known color: Medium Orchid. HEX triplet: CD, 38 and DF. RGB value is (205,56,223). Sum of RGB (Red+Green+Blue) = 205+56+223=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38DF is #32C720. Grayscale: #777777. Windows color (decimal): -3327777 or 14629069. OLE color: 14629069.

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

Color convert

RGB 205 56 223 -
CMYK 0.08 0.75 0 0.13
HSL 293.53º 0.72% 0.55% -
HSV(B) 293.53º 0.75% 0.87% -
XYZ 39.91 21.14 71.79 -
YUV 119.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 205 56 223 0.08 0.75 0 0.13 293.53 0.72 0.55
Hex CD 38 DF 8 4B 0 D 126 48 37
Octal 315 70 337 10 113 0 15 446 110 67
Binary 11001101 111000 11011111 1000 1001011 0 1101 100100110 1001000 110111

Color Harmonies of #CD38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD38DF

Black with #CD38DF

Text Example


Text Example

White with #CD38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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