Html Css Color HEX #CB2DDE Medium Orchid

📋 copy color: '#CB2DDE'

red 203 ◦ green 45 ◦ blue 222

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

Shades of Medium Orchid #CB2DDE

Tints of Medium Orchid #CB2DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 43.19%
G = 9.57%
B = 47.23%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB2DDE (or 0xCB2DDE) is known color: Medium Orchid. HEX triplet: CB, 2D and DE. RGB value is (203,45,222). Sum of RGB (Red+Green+Blue) = 203+45+222=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DDE is #34D221. Grayscale: #6F6F6F. Windows color (decimal): -3461666 or 14560715. OLE color: 14560715.

HSL color Cylindrical-coordinate representation of color #CB2DDE: hue angle of 293.56º degrees, saturation: 0.73, 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 #CB2DDE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 45 222 -
CMYK 0.09 0.80 0 0.13
HSL 293.56º 0.73% 0.52% -
HSV(B) 293.56º 0.8% 0.87% -
XYZ 38.75 19.85 70.9 -
YUV 112.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 203 45 222 0.09 0.80 0 0.13 293.56 0.73 0.52
Hex CB 2D DE 9 50 0 D 126 49 34
Octal 313 55 336 11 120 0 15 446 111 64
Binary 11001011 101101 11011110 1001 1010000 0 1101 100100110 1001001 110100

Color Harmonies of #CB2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DDE

Black with #CB2DDE

Text Example


Text Example

White with #CB2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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