Html Css Color HEX #CB2DDD Medium Orchid

📋 copy color: '#CB2DDD'

red 203 ◦ green 45 ◦ blue 221

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

Shades of Medium Orchid #CB2DDD

Tints of Medium Orchid #CB2DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 43.28%
G = 9.59%
B = 47.12%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB2DDD (or 0xCB2DDD) is known color: Medium Orchid. HEX triplet: CB, 2D and DD. RGB value is (203,45,221). Sum of RGB (Red+Green+Blue) = 203+45+221=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DDD is #34D222. Grayscale: #6F6F6F. Windows color (decimal): -3461667 or 14495179. OLE color: 14495179.

HSL color Cylindrical-coordinate representation of color #CB2DDD: hue angle of 293.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2DDD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 45 221 -
CMYK 0.08 0.80 0 0.13
HSL 293.86º 0.72% 0.52% -
HSV(B) 293.86º 0.8% 0.87% -
XYZ 38.62 19.79 70.19 -
YUV 112.31 189.35 192.69 -
System Red Green Blue C M Y K H S L
Decimal 203 45 221 0.08 0.80 0 0.13 293.86 0.72 0.52
Hex CB 2D DD 8 50 0 D 126 48 34
Octal 313 55 335 10 120 0 15 446 110 64
Binary 11001011 101101 11011101 1000 1010000 0 1101 100100110 1001000 110100

Color Harmonies of #CB2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DDD

Black with #CB2DDD

Text Example


Text Example

White with #CB2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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