Html Css Color HEX #CB3DD7 Medium Orchid

📋 copy color: '#CB3DD7'

red 203 ◦ green 61 ◦ blue 215

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

Shades of Medium Orchid #CB3DD7

Tints of Medium Orchid #CB3DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.73%

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 42.38%
G = 12.73%
B = 44.89%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB3DD7 (or 0xCB3DD7) is known color: Medium Orchid. HEX triplet: CB, 3D and D7. RGB value is (203,61,215). Sum of RGB (Red+Green+Blue) = 203+61+215=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB3DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DD7 is #34C228. Grayscale: #787878. Windows color (decimal): -3457577 or 14106059. OLE color: 14106059.

HSL color Cylindrical-coordinate representation of color #CB3DD7: hue angle of 295.32º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3DD7 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 61 215 -
CMYK 0.06 0.72 0 0.16
HSL 295.32º 0.66% 0.54% -
HSV(B) 295.32º 0.72% 0.84% -
XYZ 38.56 20.94 66.3 -
YUV 121.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 203 61 215 0.06 0.72 0 0.16 295.32 0.66 0.54
Hex CB 3D D7 6 48 0 10 127 42 36
Octal 313 75 327 6 110 0 20 447 102 66
Binary 11001011 111101 11010111 110 1001000 0 10000 100100111 1000010 110110

Color Harmonies of #CB3DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3DD7

Black with #CB3DD7

Text Example


Text Example

White with #CB3DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3DD7; }

 p { color: rgb(203,61,215); }

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

background-color css

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

 a { background-color: rgb(203,61,215); }

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

border-color css

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

 span { border-color: rgb(203,61,215); }

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