Html Css Color HEX #CB38ED Medium Orchid

📋 copy color: '#CB38ED'

red 203 ◦ green 56 ◦ blue 237

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

Shades of Medium Orchid #CB38ED

Tints of Medium Orchid #CB38ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 40.93%
G = 11.29%
B = 47.78%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB38ED (or 0xCB38ED) is known color: Medium Orchid. HEX triplet: CB, 38 and ED. RGB value is (203,56,237). Sum of RGB (Red+Green+Blue) = 203+56+237=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB38ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB38ED is #34C712. Grayscale: #787878. Windows color (decimal): -3458835 or 15546571. OLE color: 15546571.

HSL color Cylindrical-coordinate representation of color #CB38ED: hue angle of 288.73º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB38ED is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 56 237 -
CMYK 0.14 0.76 0 0.07
HSL 288.73º 0.83% 0.57% -
HSV(B) 288.73º 0.76% 0.93% -
XYZ 41.33 21.64 82.12 -
YUV 120.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 203 56 237 0.14 0.76 0 0.07 288.73 0.83 0.57
Hex CB 38 ED E 4C 0 7 121 53 39
Octal 313 70 355 16 114 0 7 441 123 71
Binary 11001011 111000 11101101 1110 1001100 0 111 100100001 1010011 111001

Color Harmonies of #CB38ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38ED

Black with #CB38ED

Text Example


Text Example

White with #CB38ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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