Html Css Color HEX #CD38F2 Medium Orchid

📋 copy color: '#CD38F2'

red 205 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #CD38F2

Tints of Medium Orchid #CD38F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 40.76%
G = 11.13%
B = 48.11%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD38F2 (or 0xCD38F2) is known color: Medium Orchid. HEX triplet: CD, 38 and F2. RGB value is (205,56,242). Sum of RGB (Red+Green+Blue) = 205+56+242=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD38F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD38F2 is #32C70D. Grayscale: #797979. Windows color (decimal): -3327758 or 15874253. OLE color: 15874253.

HSL color Cylindrical-coordinate representation of color #CD38F2: hue angle of 288.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD38F2 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 56 242 -
CMYK 0.15 0.77 0 0.05
HSL 288.06º 0.88% 0.58% -
HSV(B) 288.06º 0.77% 0.95% -
XYZ 42.62 22.22 86.05 -
YUV 121.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 205 56 242 0.15 0.77 0 0.05 288.06 0.88 0.58
Hex CD 38 F2 F 4D 0 5 120 58 3A
Octal 315 70 362 17 115 0 5 440 130 72
Binary 11001101 111000 11110010 1111 1001101 0 101 100100000 1011000 111010

Color Harmonies of #CD38F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD38F2

Black with #CD38F2

Text Example


Text Example

White with #CD38F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD38F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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