Html Css Color HEX #CB2ED9 Medium Orchid

📋 copy color: '#CB2ED9'

red 203 ◦ green 46 ◦ blue 217

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

Shades of Medium Orchid #CB2ED9

Tints of Medium Orchid #CB2ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 43.56%
G = 9.87%
B = 46.57%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB2ED9 (or 0xCB2ED9) is known color: Medium Orchid. HEX triplet: CB, 2E and D9. RGB value is (203,46,217). Sum of RGB (Red+Green+Blue) = 203+46+217=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB2ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ED9 is #34D126. Grayscale: #6F6F6F. Windows color (decimal): -3461415 or 14233291. OLE color: 14233291.

HSL color Cylindrical-coordinate representation of color #CB2ED9: hue angle of 295.09º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2ED9 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 46 217 -
CMYK 0.06 0.79 0 0.15
HSL 295.09º 0.69% 0.52% -
HSV(B) 295.09º 0.79% 0.85% -
XYZ 38.13 19.66 67.43 -
YUV 112.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 203 46 217 0.06 0.79 0 0.15 295.09 0.69 0.52
Hex CB 2E D9 6 4F 0 F 127 45 34
Octal 313 56 331 6 117 0 17 447 105 64
Binary 11001011 101110 11011001 110 1001111 0 1111 100100111 1000101 110100

Color Harmonies of #CB2ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2ED9

Black with #CB2ED9

Text Example


Text Example

White with #CB2ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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