Html Css Color HEX #CB55EF Medium Orchid

📋 copy color: '#CB55EF'

red 203 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #CB55EF

Tints of Medium Orchid #CB55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 38.52%
G = 16.13%
B = 45.35%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB55EF (or 0xCB55EF) is known color: Medium Orchid. HEX triplet: CB, 55 and EF. RGB value is (203,85,239). Sum of RGB (Red+Green+Blue) = 203+85+239=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB55EF is #34AA10. Grayscale: #898989. Windows color (decimal): -3451409 or 15685067. OLE color: 15685067.

HSL color Cylindrical-coordinate representation of color #CB55EF: hue angle of 285.97º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB55EF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 85 239 -
CMYK 0.15 0.64 0 0.06
HSL 285.97º 0.83% 0.64% -
HSV(B) 285.97º 0.64% 0.94% -
XYZ 43.46 25.43 84.28 -
YUV 137.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 203 85 239 0.15 0.64 0 0.06 285.97 0.83 0.64
Hex CB 55 EF F 40 0 6 11E 53 40
Octal 313 125 357 17 100 0 6 436 123 100
Binary 11001011 1010101 11101111 1111 1000000 0 110 100011110 1010011 1000000

Color Harmonies of #CB55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55EF

Black with #CB55EF

Text Example


Text Example

White with #CB55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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