Html Css Color HEX #CB5FE9 Medium Orchid

📋 copy color: '#CB5FE9'

red 203 ◦ green 95 ◦ blue 233

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

Shades of Medium Orchid #CB5FE9

Tints of Medium Orchid #CB5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

 BLUE value IS 233 (91.41% from 255) = 43.88%

R = 38.23%
G = 17.89%
B = 43.88%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB5FE9 (or 0xCB5FE9) is known color: Medium Orchid. HEX triplet: CB, 5F and E9. RGB value is (203,95,233). Sum of RGB (Red+Green+Blue) = 203+95+233=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5FE9 is #34A016. Grayscale: #8E8E8E. Windows color (decimal): -3448855 or 15294411. OLE color: 15294411.

HSL color Cylindrical-coordinate representation of color #CB5FE9: hue angle of 286.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5FE9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 95 233 -
CMYK 0.13 0.59 0 0.09
HSL 286.96º 0.76% 0.64% -
HSV(B) 286.96º 0.59% 0.91% -
XYZ 43.43 26.76 79.97 -
YUV 143.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 203 95 233 0.13 0.59 0 0.09 286.96 0.76 0.64
Hex CB 5F E9 D 3B 0 9 11F 4C 40
Octal 313 137 351 15 73 0 11 437 114 100
Binary 11001011 1011111 11101001 1101 111011 0 1001 100011111 1001100 1000000

Color Harmonies of #CB5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FE9

Black with #CB5FE9

Text Example


Text Example

White with #CB5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FE9; }

 p { color: rgb(203,95,233); }

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

background-color css

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

 a { background-color: rgb(203,95,233); }

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

border-color css

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

 span { border-color: rgb(203,95,233); }

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