Html Css Color HEX #CB3CEC Medium Orchid

📋 copy color: '#CB3CEC'

red 203 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #CB3CEC

Tints of Medium Orchid #CB3CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.02%

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

R = 40.68%
G = 12.02%
B = 47.29%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3CEC (or 0xCB3CEC) is known color: Medium Orchid. HEX triplet: CB, 3C and EC. RGB value is (203,60,236). Sum of RGB (Red+Green+Blue) = 203+60+236=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CEC is #34C313. Grayscale: #7A7A7A. Windows color (decimal): -3457812 or 15482059. OLE color: 15482059.

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

Color convert

RGB 203 60 236 -
CMYK 0.14 0.75 0 0.07
HSL 288.75º 0.82% 0.58% -
HSV(B) 288.75º 0.75% 0.93% -
XYZ 41.38 21.98 81.42 -
YUV 122.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 203 60 236 0.14 0.75 0 0.07 288.75 0.82 0.58
Hex CB 3C EC E 4B 0 7 121 52 3A
Octal 313 74 354 16 113 0 7 441 122 72
Binary 11001011 111100 11101100 1110 1001011 0 111 100100001 1010010 111010

Color Harmonies of #CB3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3CEC

Black with #CB3CEC

Text Example


Text Example

White with #CB3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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