Html Css Color HEX #CB3DEC Medium Orchid

📋 copy color: '#CB3DEC'

red 203 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #CB3DEC

Tints of Medium Orchid #CB3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

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

R = 40.6%
G = 12.2%
B = 47.2%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3DEC (or 0xCB3DEC) is known color: Medium Orchid. HEX triplet: CB, 3D and EC. RGB value is (203,61,236). Sum of RGB (Red+Green+Blue) = 203+61+236=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DEC is #34C213. Grayscale: #7A7A7A. Windows color (decimal): -3457556 or 15482315. OLE color: 15482315.

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

Color convert

RGB 203 61 236 -
CMYK 0.14 0.74 0 0.07
HSL 288.69º 0.82% 0.58% -
HSV(B) 288.69º 0.74% 0.93% -
XYZ 41.44 22.09 81.44 -
YUV 123.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 203 61 236 0.14 0.74 0 0.07 288.69 0.82 0.58
Hex CB 3D EC E 4A 0 7 121 52 3A
Octal 313 75 354 16 112 0 7 441 122 72
Binary 11001011 111101 11101100 1110 1001010 0 111 100100001 1010010 111010

Color Harmonies of #CB3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3DEC

Black with #CB3DEC

Text Example


Text Example

White with #CB3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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