Html Css Color HEX #CB3EDC Medium Orchid

📋 copy color: '#CB3EDC'

red 203 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #CB3EDC

Tints of Medium Orchid #CB3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 41.86%
G = 12.78%
B = 45.36%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB3EDC (or 0xCB3EDC) is known color: Medium Orchid. HEX triplet: CB, 3E and DC. RGB value is (203,62,220). Sum of RGB (Red+Green+Blue) = 203+62+220=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EDC is #34C123. Grayscale: #797979. Windows color (decimal): -3457316 or 14433995. OLE color: 14433995.

HSL color Cylindrical-coordinate representation of color #CB3EDC: hue angle of 293.54º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3EDC is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 62 220 -
CMYK 0.08 0.72 0 0.14
HSL 293.54º 0.69% 0.55% -
HSV(B) 293.54º 0.72% 0.86% -
XYZ 39.27 21.31 69.75 -
YUV 122.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 203 62 220 0.08 0.72 0 0.14 293.54 0.69 0.55
Hex CB 3E DC 8 48 0 E 126 45 37
Octal 313 76 334 10 110 0 16 446 105 67
Binary 11001011 111110 11011100 1000 1001000 0 1110 100100110 1000101 110111

Color Harmonies of #CB3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EDC

Black with #CB3EDC

Text Example


Text Example

White with #CB3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EDC; }

 p { color: rgb(203,62,220); }

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

background-color css

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

 a { background-color: rgb(203,62,220); }

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

border-color css

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

 span { border-color: rgb(203,62,220); }

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