Html Css Color HEX #CB5CEE Medium Orchid

📋 copy color: '#CB5CEE'

red 203 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #CB5CEE

Tints of Medium Orchid #CB5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.26%

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

R = 38.09%
G = 17.26%
B = 44.65%

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

#CB5CEE (or 0xCB5CEE) is known color: Medium Orchid. HEX triplet: CB, 5C and EE. RGB value is (203,92,238). Sum of RGB (Red+Green+Blue) = 203+92+238=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CEE is #34A311. Grayscale: #8D8D8D. Windows color (decimal): -3449618 or 15621323. OLE color: 15621323.

HSL color Cylindrical-coordinate representation of color #CB5CEE: hue angle of 285.62º 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 #CB5CEE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 92 238 -
CMYK 0.15 0.61 0 0.07
HSL 285.62º 0.81% 0.65% -
HSV(B) 285.62º 0.61% 0.93% -
XYZ 43.89 26.52 83.7 -
YUV 141.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 203 92 238 0.15 0.61 0 0.07 285.62 0.81 0.65
Hex CB 5C EE F 3D 0 7 11E 51 41
Octal 313 134 356 17 75 0 7 436 121 101
Binary 11001011 1011100 11101110 1111 111101 0 111 100011110 1010001 1000001

Color Harmonies of #CB5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CEE

Black with #CB5CEE

Text Example


Text Example

White with #CB5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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