Html Css Color HEX #CB42DC Medium Orchid

📋 copy color: '#CB42DC'

red 203 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #CB42DC

Tints of Medium Orchid #CB42DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.5%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 41.51%
G = 13.5%
B = 44.99%

CMYK

 C value IS 0.08

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB42DC (or 0xCB42DC) is known color: Medium Orchid. HEX triplet: CB, 42 and DC. RGB value is (203,66,220). Sum of RGB (Red+Green+Blue) = 203+66+220=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42DC is #34BD23. Grayscale: #7C7C7C. Windows color (decimal): -3456292 or 14435019. OLE color: 14435019.

HSL color Cylindrical-coordinate representation of color #CB42DC: hue angle of 293.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB42DC is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 66 220 -
CMYK 0.08 0.7 0 0.14
HSL 293.38º 0.69% 0.56% -
HSV(B) 293.38º 0.7% 0.86% -
XYZ 39.5 21.76 69.83 -
YUV 124.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 203 66 220 0.08 0.7 0 0.14 293.38 0.69 0.56
Hex CB 42 DC 8 46 0 E 125 45 38
Octal 313 102 334 10 106 0 16 445 105 70
Binary 11001011 1000010 11011100 1000 1000110 0 1110 100100101 1000101 111000

Color Harmonies of #CB42DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42DC

Black with #CB42DC

Text Example


Text Example

White with #CB42DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42DC; }

 p { color: rgb(203,66,220); }

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

background-color css

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

 a { background-color: rgb(203,66,220); }

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

border-color css

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

 span { border-color: rgb(203,66,220); }

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