Html Css Color HEX #CB5AEE Medium Orchid

📋 copy color: '#CB5AEE'

red 203 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #CB5AEE

Tints of Medium Orchid #CB5AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.95%

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

R = 38.23%
G = 16.95%
B = 44.82%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB5AEE (or 0xCB5AEE) is known color: Medium Orchid. HEX triplet: CB, 5A and EE. RGB value is (203,90,238). Sum of RGB (Red+Green+Blue) = 203+90+238=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB5AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AEE is #34A511. Grayscale: #8C8C8C. Windows color (decimal): -3450130 or 15620811. OLE color: 15620811.

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

Color convert

RGB 203 90 238 -
CMYK 0.15 0.62 0 0.07
HSL 285.81º 0.81% 0.64% -
HSV(B) 285.81º 0.62% 0.93% -
XYZ 43.72 26.18 83.64 -
YUV 140.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 203 90 238 0.15 0.62 0 0.07 285.81 0.81 0.64
Hex CB 5A EE F 3E 0 7 11E 51 40
Octal 313 132 356 17 76 0 7 436 121 100
Binary 11001011 1011010 11101110 1111 111110 0 111 100011110 1010001 1000000

Color Harmonies of #CB5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AEE

Black with #CB5AEE

Text Example


Text Example

White with #CB5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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