Html Css Color HEX #CB4DF6 Medium Orchid

📋 copy color: '#CB4DF6'

red 203 ◦ green 77 ◦ blue 246

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

Shades of Medium Orchid #CB4DF6

Tints of Medium Orchid #CB4DF6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.64%

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 38.59%
G = 14.64%
B = 46.77%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB4DF6 (or 0xCB4DF6) is known color: Medium Orchid. HEX triplet: CB, 4D and F6. RGB value is (203,77,246). Sum of RGB (Red+Green+Blue) = 203+77+246=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB4DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DF6 is #34B209. Grayscale: #858585. Windows color (decimal): -3453450 or 16141771. OLE color: 16141771.

HSL color Cylindrical-coordinate representation of color #CB4DF6: hue angle of 284.73º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4DF6 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 77 246 -
CMYK 0.17 0.69 0 0.04
HSL 284.73º 0.9% 0.63% -
HSV(B) 284.73º 0.69% 0.96% -
XYZ 43.92 24.66 89.63 -
YUV 133.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 203 77 246 0.17 0.69 0 0.04 284.73 0.9 0.63
Hex CB 4D F6 11 45 0 4 11D 5A 3F
Octal 313 115 366 21 105 0 4 435 132 77
Binary 11001011 1001101 11110110 10001 1000101 0 100 100011101 1011010 111111

Color Harmonies of #CB4DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DF6

Black with #CB4DF6

Text Example


Text Example

White with #CB4DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DF6; }

 p { color: rgb(203,77,246); }

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

background-color css

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

 a { background-color: rgb(203,77,246); }

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

border-color css

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

 span { border-color: rgb(203,77,246); }

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