Html Css Color HEX #CB42D6 Medium Orchid

📋 copy color: '#CB42D6'

red 203 ◦ green 66 ◦ blue 214

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

Shades of Medium Orchid #CB42D6

Tints of Medium Orchid #CB42D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 42.03%
G = 13.66%
B = 44.31%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB42D6 (or 0xCB42D6) is known color: Medium Orchid. HEX triplet: CB, 42 and D6. RGB value is (203,66,214). Sum of RGB (Red+Green+Blue) = 203+66+214=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42D6 is #34BD29. Grayscale: #7B7B7B. Windows color (decimal): -3456298 or 14041803. OLE color: 14041803.

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

Color convert

RGB 203 66 214 -
CMYK 0.05 0.69 0 0.16
HSL 295.54º 0.64% 0.55% -
HSV(B) 295.54º 0.69% 0.84% -
XYZ 38.71 21.45 65.72 -
YUV 123.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 203 66 214 0.05 0.69 0 0.16 295.54 0.64 0.55
Hex CB 42 D6 5 45 0 10 128 40 37
Octal 313 102 326 5 105 0 20 450 100 67
Binary 11001011 1000010 11010110 101 1000101 0 10000 100101000 1000000 110111

Color Harmonies of #CB42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42D6

Black with #CB42D6

Text Example


Text Example

White with #CB42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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