Html Css Color HEX #CB4BEF Medium Orchid

📋 copy color: '#CB4BEF'

red 203 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #CB4BEF

Tints of Medium Orchid #CB4BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

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

R = 39.26%
G = 14.51%
B = 46.23%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB4BEF (or 0xCB4BEF) is known color: Medium Orchid. HEX triplet: CB, 4B and EF. RGB value is (203,75,239). Sum of RGB (Red+Green+Blue) = 203+75+239=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BEF is #34B410. Grayscale: #838383. Windows color (decimal): -3453969 or 15682507. OLE color: 15682507.

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

Color convert

RGB 203 75 239 -
CMYK 0.15 0.69 0 0.06
HSL 286.83º 0.84% 0.62% -
HSV(B) 286.83º 0.69% 0.94% -
XYZ 42.72 23.96 84.03 -
YUV 131.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 203 75 239 0.15 0.69 0 0.06 286.83 0.84 0.62
Hex CB 4B EF F 45 0 6 11F 54 3E
Octal 313 113 357 17 105 0 6 437 124 76
Binary 11001011 1001011 11101111 1111 1000101 0 110 100011111 1010100 111110

Color Harmonies of #CB4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BEF

Black with #CB4BEF

Text Example


Text Example

White with #CB4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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