Html Css Color HEX #CB2EEE Medium Orchid

📋 copy color: '#CB2EEE'

red 203 ◦ green 46 ◦ blue 238

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

Shades of Medium Orchid #CB2EEE

Tints of Medium Orchid #CB2EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.45%

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

R = 41.68%
G = 9.45%
B = 48.87%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB2EEE (or 0xCB2EEE) is known color: Medium Orchid. HEX triplet: CB, 2E and EE. RGB value is (203,46,238). Sum of RGB (Red+Green+Blue) = 203+46+238=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EEE is #34D111. Grayscale: #727272. Windows color (decimal): -3461394 or 15609547. OLE color: 15609547.

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

Color convert

RGB 203 46 238 -
CMYK 0.15 0.81 0 0.07
HSL 289.06º 0.85% 0.56% -
HSV(B) 289.06º 0.81% 0.93% -
XYZ 41.04 20.82 82.75 -
YUV 114.83 197.51 190.89 -
System Red Green Blue C M Y K H S L
Decimal 203 46 238 0.15 0.81 0 0.07 289.06 0.85 0.56
Hex CB 2E EE F 51 0 7 121 55 38
Octal 313 56 356 17 121 0 7 441 125 70
Binary 11001011 101110 11101110 1111 1010001 0 111 100100001 1010101 111000

Color Harmonies of #CB2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EEE

Black with #CB2EEE

Text Example


Text Example

White with #CB2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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