Html Css Color HEX #CB57EA Medium Orchid

📋 copy color: '#CB57EA'

red 203 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #CB57EA

Tints of Medium Orchid #CB57EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.6%

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

R = 38.74%
G = 16.6%
B = 44.66%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB57EA (or 0xCB57EA) is known color: Medium Orchid. HEX triplet: CB, 57 and EA. RGB value is (203,87,234). Sum of RGB (Red+Green+Blue) = 203+87+234=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57EA is #34A815. Grayscale: #898989. Windows color (decimal): -3450902 or 15357899. OLE color: 15357899.

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

Color convert

RGB 203 87 234 -
CMYK 0.13 0.63 0 0.08
HSL 287.35º 0.78% 0.63% -
HSV(B) 287.35º 0.63% 0.92% -
XYZ 42.89 25.45 80.49 -
YUV 138.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 203 87 234 0.13 0.63 0 0.08 287.35 0.78 0.63
Hex CB 57 EA D 3F 0 8 11F 4E 3F
Octal 313 127 352 15 77 0 10 437 116 77
Binary 11001011 1010111 11101010 1101 111111 0 1000 100011111 1001110 111111

Color Harmonies of #CB57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB57EA

Black with #CB57EA

Text Example


Text Example

White with #CB57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB57EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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