Html Css Color HEX #CB4CEB Medium Orchid

📋 copy color: '#CB4CEB'

red 203 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #CB4CEB

Tints of Medium Orchid #CB4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.79%

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 39.49%
G = 14.79%
B = 45.72%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB4CEB (or 0xCB4CEB) is known color: Medium Orchid. HEX triplet: CB, 4C and EB. RGB value is (203,76,235). Sum of RGB (Red+Green+Blue) = 203+76+235=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CEB is #34B314. Grayscale: #838383. Windows color (decimal): -3453717 or 15420619. OLE color: 15420619.

HSL color Cylindrical-coordinate representation of color #CB4CEB: hue angle of 287.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4CEB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 76 235 -
CMYK 0.14 0.68 0 0.08
HSL 287.92º 0.8% 0.61% -
HSV(B) 287.92º 0.68% 0.92% -
XYZ 42.21 23.86 80.98 -
YUV 132.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 203 76 235 0.14 0.68 0 0.08 287.92 0.8 0.61
Hex CB 4C EB E 44 0 8 120 50 3D
Octal 313 114 353 16 104 0 10 440 120 75
Binary 11001011 1001100 11101011 1110 1000100 0 1000 100100000 1010000 111101

Color Harmonies of #CB4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4CEB

Black with #CB4CEB

Text Example


Text Example

White with #CB4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4CEB; }

 p { color: rgb(203,76,235); }

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

background-color css

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

 a { background-color: rgb(203,76,235); }

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

border-color css

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

 span { border-color: rgb(203,76,235); }

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