Html Css Color HEX #CB2DDB Medium Orchid

📋 copy color: '#CB2DDB'

red 203 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #CB2DDB

Tints of Medium Orchid #CB2DDB

RGB

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

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

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

R = 43.47%
G = 9.64%
B = 46.9%

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

#CB2DDB (or 0xCB2DDB) is known color: Medium Orchid. HEX triplet: CB, 2D and DB. RGB value is (203,45,219). Sum of RGB (Red+Green+Blue) = 203+45+219=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DDB is #34D224. Grayscale: #6F6F6F. Windows color (decimal): -3461669 or 14364107. OLE color: 14364107.

HSL color Cylindrical-coordinate representation of color #CB2DDB: hue angle of 294.48º 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 #CB2DDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 45 219 -
CMYK 0.07 0.79 0 0.14
HSL 294.48º 0.71% 0.52% -
HSV(B) 294.48º 0.79% 0.86% -
XYZ 38.35 19.69 68.8 -
YUV 112.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 203 45 219 0.07 0.79 0 0.14 294.48 0.71 0.52
Hex CB 2D DB 7 4F 0 E 126 47 34
Octal 313 55 333 7 117 0 16 446 107 64
Binary 11001011 101101 11011011 111 1001111 0 1110 100100110 1000111 110100

Color Harmonies of #CB2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DDB

Black with #CB2DDB

Text Example


Text Example

White with #CB2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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