Html Css Color HEX #CB3EDD Medium Orchid

📋 copy color: '#CB3EDD'

red 203 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #CB3EDD

Tints of Medium Orchid #CB3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.76%

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

R = 41.77%
G = 12.76%
B = 45.47%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB3EDD (or 0xCB3EDD) is known color: Medium Orchid. HEX triplet: CB, 3E and DD. RGB value is (203,62,221). Sum of RGB (Red+Green+Blue) = 203+62+221=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EDD is #34C122. Grayscale: #797979. Windows color (decimal): -3457315 or 14499531. OLE color: 14499531.

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

Color convert

RGB 203 62 221 -
CMYK 0.08 0.72 0 0.13
HSL 293.21º 0.7% 0.55% -
HSV(B) 293.21º 0.72% 0.87% -
XYZ 39.4 21.36 70.45 -
YUV 122.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 203 62 221 0.08 0.72 0 0.13 293.21 0.7 0.55
Hex CB 3E DD 8 48 0 D 125 46 37
Octal 313 76 335 10 110 0 15 445 106 67
Binary 11001011 111110 11011101 1000 1001000 0 1101 100100101 1000110 110111

Color Harmonies of #CB3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EDD

Black with #CB3EDD

Text Example


Text Example

White with #CB3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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