Html Css Color HEX #CB41EE Medium Orchid

📋 copy color: '#CB41EE'

red 203 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #CB41EE

Tints of Medium Orchid #CB41EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.85%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 40.12%
G = 12.85%
B = 47.04%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB41EE (or 0xCB41EE) is known color: Medium Orchid. HEX triplet: CB, 41 and EE. RGB value is (203,65,238). Sum of RGB (Red+Green+Blue) = 203+65+238=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41EE is #34BE11. Grayscale: #7D7D7D. Windows color (decimal): -3456530 or 15614411. OLE color: 15614411.

HSL color Cylindrical-coordinate representation of color #CB41EE: hue angle of 287.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB41EE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 65 238 -
CMYK 0.15 0.73 0 0.07
HSL 287.86º 0.84% 0.59% -
HSV(B) 287.86º 0.73% 0.93% -
XYZ 41.95 22.65 83.05 -
YUV 125.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 203 65 238 0.15 0.73 0 0.07 287.86 0.84 0.59
Hex CB 41 EE F 49 0 7 120 54 3B
Octal 313 101 356 17 111 0 7 440 124 73
Binary 11001011 1000001 11101110 1111 1001001 0 111 100100000 1010100 111011

Color Harmonies of #CB41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41EE

Black with #CB41EE

Text Example


Text Example

White with #CB41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41EE; }

 p { color: rgb(203,65,238); }

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

background-color css

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

 a { background-color: rgb(203,65,238); }

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

border-color css

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

 span { border-color: rgb(203,65,238); }

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