Html Css Color HEX #CD38D8 Medium Orchid

📋 copy color: '#CD38D8'

red 205 ◦ green 56 ◦ blue 216

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

Shades of Medium Orchid #CD38D8

Tints of Medium Orchid #CD38D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 42.98%
G = 11.74%
B = 45.28%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD38D8 (or 0xCD38D8) is known color: Medium Orchid. HEX triplet: CD, 38 and D8. RGB value is (205,56,216). Sum of RGB (Red+Green+Blue) = 205+56+216=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD38D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38D8 is #32C727. Grayscale: #767676. Windows color (decimal): -3327784 or 14170317. OLE color: 14170317.

HSL color Cylindrical-coordinate representation of color #CD38D8: hue angle of 295.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD38D8 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 56 216 -
CMYK 0.05 0.74 0 0.15
HSL 295.88º 0.67% 0.53% -
HSV(B) 295.88º 0.74% 0.85% -
XYZ 38.99 20.77 66.92 -
YUV 118.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 205 56 216 0.05 0.74 0 0.15 295.88 0.67 0.53
Hex CD 38 D8 5 4A 0 F 128 43 35
Octal 315 70 330 5 112 0 17 450 103 65
Binary 11001101 111000 11011000 101 1001010 0 1111 100101000 1000011 110101

Color Harmonies of #CD38D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD38D8

Black with #CD38D8

Text Example


Text Example

White with #CD38D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD38D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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