Html Css Color HEX #CB4AD6 Medium Orchid

📋 copy color: '#CB4AD6'

red 203 ◦ green 74 ◦ blue 214

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

Shades of Medium Orchid #CB4AD6

Tints of Medium Orchid #CB4AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.07%

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

R = 41.34%
G = 15.07%
B = 43.58%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB4AD6 (or 0xCB4AD6) is known color: Medium Orchid. HEX triplet: CB, 4A and D6. RGB value is (203,74,214). Sum of RGB (Red+Green+Blue) = 203+74+214=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AD6 is #34B529. Grayscale: #808080. Windows color (decimal): -3454250 or 14043851. OLE color: 14043851.

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

Color convert

RGB 203 74 214 -
CMYK 0.05 0.65 0 0.16
HSL 295.29º 0.63% 0.56% -
HSV(B) 295.29º 0.65% 0.84% -
XYZ 39.21 22.45 65.88 -
YUV 128.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 203 74 214 0.05 0.65 0 0.16 295.29 0.63 0.56
Hex CB 4A D6 5 41 0 10 127 3F 38
Octal 313 112 326 5 101 0 20 447 77 70
Binary 11001011 1001010 11010110 101 1000001 0 10000 100100111 111111 111000

Color Harmonies of #CB4AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AD6

Black with #CB4AD6

Text Example


Text Example

White with #CB4AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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