Html Css Color HEX #CB2EDB Medium Orchid

📋 copy color: '#CB2EDB'

red 203 ◦ green 46 ◦ blue 219

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

Shades of Medium Orchid #CB2EDB

Tints of Medium Orchid #CB2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.83%

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 43.38%
G = 9.83%
B = 46.79%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB2EDB (or 0xCB2EDB) is known color: Medium Orchid. HEX triplet: CB, 2E and DB. RGB value is (203,46,219). Sum of RGB (Red+Green+Blue) = 203+46+219=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2EDB is #34D124. Grayscale: #707070. Windows color (decimal): -3461413 or 14364363. OLE color: 14364363.

HSL color Cylindrical-coordinate representation of color #CB2EDB: hue angle of 294.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2EDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 46 219 -
CMYK 0.07 0.79 0 0.14
HSL 294.45º 0.71% 0.52% -
HSV(B) 294.45º 0.79% 0.86% -
XYZ 38.39 19.76 68.81 -
YUV 112.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 203 46 219 0.07 0.79 0 0.14 294.45 0.71 0.52
Hex CB 2E DB 7 4F 0 E 126 47 34
Octal 313 56 333 7 117 0 16 446 107 64
Binary 11001011 101110 11011011 111 1001111 0 1110 100100110 1000111 110100

Color Harmonies of #CB2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EDB

Black with #CB2EDB

Text Example


Text Example

White with #CB2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EDB; }

 p { color: rgb(203,46,219); }

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

background-color css

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

 a { background-color: rgb(203,46,219); }

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

border-color css

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

 span { border-color: rgb(203,46,219); }

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