Html Css Color HEX #CB38DD Medium Orchid

📋 copy color: '#CB38DD'

red 203 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #CB38DD

Tints of Medium Orchid #CB38DD

RGB

 RED value IS 203 (79.69% from 255) = 42.29%

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 42.29%
G = 11.67%
B = 46.04%

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

#CB38DD (or 0xCB38DD) is known color: Medium Orchid. HEX triplet: CB, 38 and DD. RGB value is (203,56,221). Sum of RGB (Red+Green+Blue) = 203+56+221=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38DD is #34C722. Grayscale: #767676. Windows color (decimal): -3458851 or 14497995. OLE color: 14497995.

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

Color convert

RGB 203 56 221 -
CMYK 0.08 0.75 0 0.13
HSL 293.45º 0.71% 0.54% -
HSV(B) 293.45º 0.75% 0.87% -
XYZ 39.09 20.75 70.35 -
YUV 118.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 203 56 221 0.08 0.75 0 0.13 293.45 0.71 0.54
Hex CB 38 DD 8 4B 0 D 125 47 36
Octal 313 70 335 10 113 0 15 445 107 66
Binary 11001011 111000 11011101 1000 1001011 0 1101 100100101 1000111 110110

Color Harmonies of #CB38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38DD

Black with #CB38DD

Text Example


Text Example

White with #CB38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38DD; }

 p { color: rgb(203,56,221); }

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

background-color css

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

 a { background-color: rgb(203,56,221); }

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

border-color css

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

 span { border-color: rgb(203,56,221); }

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