Html Css Color HEX #CB3CE0 Medium Orchid

📋 copy color: '#CB3CE0'

red 203 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #CB3CE0

Tints of Medium Orchid #CB3CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46%

R = 41.68%
G = 12.32%
B = 46%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB3CE0 (or 0xCB3CE0) is known color: Medium Orchid. HEX triplet: CB, 3C and E0. RGB value is (203,60,224). Sum of RGB (Red+Green+Blue) = 203+60+224=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CE0 is #34C31F. Grayscale: #787878. Windows color (decimal): -3457824 or 14695627. OLE color: 14695627.

HSL color Cylindrical-coordinate representation of color #CB3CE0: hue angle of 292.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3CE0 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 60 224 -
CMYK 0.09 0.73 0 0.12
HSL 292.32º 0.73% 0.56% -
HSV(B) 292.32º 0.73% 0.88% -
XYZ 39.7 21.31 72.54 -
YUV 121.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 203 60 224 0.09 0.73 0 0.12 292.32 0.73 0.56
Hex CB 3C E0 9 49 0 C 124 49 38
Octal 313 74 340 11 111 0 14 444 111 70
Binary 11001011 111100 11100000 1001 1001001 0 1100 100100100 1001001 111000

Color Harmonies of #CB3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3CE0

Black with #CB3CE0

Text Example


Text Example

White with #CB3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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