Html Css Color HEX #CB4BEC Medium Orchid

📋 copy color: '#CB4BEC'

red 203 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #CB4BEC

Tints of Medium Orchid #CB4BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 39.49%
G = 14.59%
B = 45.91%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB4BEC (or 0xCB4BEC) is known color: Medium Orchid. HEX triplet: CB, 4B and EC. RGB value is (203,75,236). Sum of RGB (Red+Green+Blue) = 203+75+236=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BEC is #34B413. Grayscale: #838383. Windows color (decimal): -3453972 or 15485899. OLE color: 15485899.

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

Color convert

RGB 203 75 236 -
CMYK 0.14 0.68 0 0.07
HSL 287.7º 0.81% 0.61% -
HSV(B) 287.7º 0.68% 0.93% -
XYZ 42.29 23.78 81.72 -
YUV 131.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 203 75 236 0.14 0.68 0 0.07 287.7 0.81 0.61
Hex CB 4B EC E 44 0 7 120 51 3D
Octal 313 113 354 16 104 0 7 440 121 75
Binary 11001011 1001011 11101100 1110 1000100 0 111 100100000 1010001 111101

Color Harmonies of #CB4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BEC

Black with #CB4BEC

Text Example


Text Example

White with #CB4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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