Html Css Color HEX #CB55E0 Medium Orchid

📋 copy color: '#CB55E0'

red 203 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #CB55E0

Tints of Medium Orchid #CB55E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 39.65%
G = 16.6%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB55E0 (or 0xCB55E0) is known color: Medium Orchid. HEX triplet: CB, 55 and E0. RGB value is (203,85,224). Sum of RGB (Red+Green+Blue) = 203+85+224=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55E0 is #34AA1F. Grayscale: #878787. Windows color (decimal): -3451424 or 14702027. OLE color: 14702027.

HSL color Cylindrical-coordinate representation of color #CB55E0: hue angle of 290.94º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB55E0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 85 224 -
CMYK 0.09 0.62 0 0.12
HSL 290.94º 0.69% 0.61% -
HSV(B) 290.94º 0.62% 0.88% -
XYZ 41.33 24.58 73.09 -
YUV 136.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 203 85 224 0.09 0.62 0 0.12 290.94 0.69 0.61
Hex CB 55 E0 9 3E 0 C 123 45 3D
Octal 313 125 340 11 76 0 14 443 105 75
Binary 11001011 1010101 11100000 1001 111110 0 1100 100100011 1000101 111101

Color Harmonies of #CB55E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55E0

Black with #CB55E0

Text Example


Text Example

White with #CB55E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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