Html Css Color HEX #CB32D5 Medium Orchid

📋 copy color: '#CB32D5'

red 203 ◦ green 50 ◦ blue 213

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

Shades of Medium Orchid #CB32D5

Tints of Medium Orchid #CB32D5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.73%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 43.56%
G = 10.73%
B = 45.71%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB32D5 (or 0xCB32D5) is known color: Medium Orchid. HEX triplet: CB, 32 and D5. RGB value is (203,50,213). Sum of RGB (Red+Green+Blue) = 203+50+213=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB32D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32D5 is #34CD2A. Grayscale: #717171. Windows color (decimal): -3460395 or 13972171. OLE color: 13972171.

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

Color convert

RGB 203 50 213 -
CMYK 0.05 0.77 0 0.16
HSL 296.32º 0.66% 0.52% -
HSV(B) 296.32º 0.77% 0.84% -
XYZ 37.78 19.78 64.78 -
YUV 114.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 203 50 213 0.05 0.77 0 0.16 296.32 0.66 0.52
Hex CB 32 D5 5 4D 0 10 128 42 34
Octal 313 62 325 5 115 0 20 450 102 64
Binary 11001011 110010 11010101 101 1001101 0 10000 100101000 1000010 110100

Color Harmonies of #CB32D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB32D5

Black with #CB32D5

Text Example


Text Example

White with #CB32D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB32D5; }

 p { color: rgb(203,50,213); }

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

background-color css

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

 a { background-color: rgb(203,50,213); }

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

border-color css

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

 span { border-color: rgb(203,50,213); }

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