Html Css Color HEX #CB5EEE Medium Orchid

📋 copy color: '#CB5EEE'

red 203 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #CB5EEE

Tints of Medium Orchid #CB5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.57%

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

R = 37.94%
G = 17.57%
B = 44.49%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB5EEE (or 0xCB5EEE) is known color: Medium Orchid. HEX triplet: CB, 5E and EE. RGB value is (203,94,238). Sum of RGB (Red+Green+Blue) = 203+94+238=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EEE is #34A111. Grayscale: #8E8E8E. Windows color (decimal): -3449106 or 15621835. OLE color: 15621835.

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

Color convert

RGB 203 94 238 -
CMYK 0.15 0.61 0 0.07
HSL 285.42º 0.81% 0.65% -
HSV(B) 285.42º 0.61% 0.93% -
XYZ 44.06 26.87 83.75 -
YUV 143.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 203 94 238 0.15 0.61 0 0.07 285.42 0.81 0.65
Hex CB 5E EE F 3D 0 7 11D 51 41
Octal 313 136 356 17 75 0 7 435 121 101
Binary 11001011 1011110 11101110 1111 111101 0 111 100011101 1010001 1000001

Color Harmonies of #CB5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EEE

Black with #CB5EEE

Text Example


Text Example

White with #CB5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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