Html Css Color HEX #CB5EEA Medium Orchid

📋 copy color: '#CB5EEA'

red 203 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #CB5EEA

Tints of Medium Orchid #CB5EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 38.23%
G = 17.7%
B = 44.07%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB5EEA (or 0xCB5EEA) is known color: Medium Orchid. HEX triplet: CB, 5E and EA. RGB value is (203,94,234). Sum of RGB (Red+Green+Blue) = 203+94+234=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB5EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EEA is #34A115. Grayscale: #8E8E8E. Windows color (decimal): -3449110 or 15359691. OLE color: 15359691.

HSL color Cylindrical-coordinate representation of color #CB5EEA: hue angle of 286.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5EEA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 94 234 -
CMYK 0.13 0.60 0 0.08
HSL 286.71º 0.77% 0.64% -
HSV(B) 286.71º 0.6% 0.92% -
XYZ 43.48 26.64 80.69 -
YUV 142.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 203 94 234 0.13 0.60 0 0.08 286.71 0.77 0.64
Hex CB 5E EA D 3C 0 8 11F 4D 40
Octal 313 136 352 15 74 0 10 437 115 100
Binary 11001011 1011110 11101010 1101 111100 0 1000 100011111 1001101 1000000

Color Harmonies of #CB5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EEA

Black with #CB5EEA

Text Example


Text Example

White with #CB5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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