Html Css Color HEX #CB4EF6 Medium Orchid

📋 copy color: '#CB4EF6'

red 203 ◦ green 78 ◦ blue 246

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

Shades of Medium Orchid #CB4EF6

Tints of Medium Orchid #CB4EF6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.8%

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

R = 38.52%
G = 14.8%
B = 46.68%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB4EF6 (or 0xCB4EF6) is known color: Medium Orchid. HEX triplet: CB, 4E and F6. RGB value is (203,78,246). Sum of RGB (Red+Green+Blue) = 203+78+246=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB4EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EF6 is #34B109. Grayscale: #858585. Windows color (decimal): -3453194 or 16142027. OLE color: 16142027.

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

Color convert

RGB 203 78 246 -
CMYK 0.17 0.68 0 0.04
HSL 284.64º 0.9% 0.64% -
HSV(B) 284.64º 0.68% 0.96% -
XYZ 43.99 24.8 89.66 -
YUV 134.53 190.91 176.84 -
System Red Green Blue C M Y K H S L
Decimal 203 78 246 0.17 0.68 0 0.04 284.64 0.9 0.64
Hex CB 4E F6 11 44 0 4 11D 5A 40
Octal 313 116 366 21 104 0 4 435 132 100
Binary 11001011 1001110 11110110 10001 1000100 0 100 100011101 1011010 1000000

Color Harmonies of #CB4EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4EF6

Black with #CB4EF6

Text Example


Text Example

White with #CB4EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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