Html Css Color HEX #CB55ED Medium Orchid

📋 copy color: '#CB55ED'

red 203 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #CB55ED

Tints of Medium Orchid #CB55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.19%

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 38.67%
G = 16.19%
B = 45.14%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB55ED (or 0xCB55ED) is known color: Medium Orchid. HEX triplet: CB, 55 and ED. RGB value is (203,85,237). Sum of RGB (Red+Green+Blue) = 203+85+237=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB55ED is #34AA12. Grayscale: #898989. Windows color (decimal): -3451411 or 15553995. OLE color: 15553995.

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

Color convert

RGB 203 85 237 -
CMYK 0.14 0.64 0 0.07
HSL 286.58º 0.81% 0.63% -
HSV(B) 286.58º 0.64% 0.93% -
XYZ 43.16 25.31 82.73 -
YUV 137.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 203 85 237 0.14 0.64 0 0.07 286.58 0.81 0.63
Hex CB 55 ED E 40 0 7 11F 51 3F
Octal 313 125 355 16 100 0 7 437 121 77
Binary 11001011 1010101 11101101 1110 1000000 0 111 100011111 1010001 111111

Color Harmonies of #CB55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55ED

Black with #CB55ED

Text Example


Text Example

White with #CB55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55ED; }

 p { color: rgb(203,85,237); }

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

background-color css

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

 a { background-color: rgb(203,85,237); }

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

border-color css

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

 span { border-color: rgb(203,85,237); }

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