Html Css Color HEX #CB2DD8 Medium Orchid

📋 copy color: '#CB2DD8'

red 203 ◦ green 45 ◦ blue 216

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

Shades of Medium Orchid #CB2DD8

Tints of Medium Orchid #CB2DD8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.7%

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 43.75%
G = 9.7%
B = 46.55%

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

#CB2DD8 (or 0xCB2DD8) is known color: Medium Orchid. HEX triplet: CB, 2D and D8. RGB value is (203,45,216). Sum of RGB (Red+Green+Blue) = 203+45+216=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB2DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DD8 is #34D227. Grayscale: #6F6F6F. Windows color (decimal): -3461672 or 14167499. OLE color: 14167499.

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

Color convert

RGB 203 45 216 -
CMYK 0.06 0.79 0 0.15
HSL 295.44º 0.69% 0.51% -
HSV(B) 295.44º 0.79% 0.85% -
XYZ 37.96 19.53 66.73 -
YUV 111.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 203 45 216 0.06 0.79 0 0.15 295.44 0.69 0.51
Hex CB 2D D8 6 4F 0 F 127 45 33
Octal 313 55 330 6 117 0 17 447 105 63
Binary 11001011 101101 11011000 110 1001111 0 1111 100100111 1000101 110011

Color Harmonies of #CB2DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DD8

Black with #CB2DD8

Text Example


Text Example

White with #CB2DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DD8; }

 p { color: rgb(203,45,216); }

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

background-color css

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

 a { background-color: rgb(203,45,216); }

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

border-color css

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

 span { border-color: rgb(203,45,216); }

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