Html Css Color HEX #CB4EEF Medium Orchid

📋 copy color: '#CB4EEF'

red 203 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #CB4EEF

Tints of Medium Orchid #CB4EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 39.04%
G = 15%
B = 45.96%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB4EEF (or 0xCB4EEF) is known color: Medium Orchid. HEX triplet: CB, 4E and EF. RGB value is (203,78,239). Sum of RGB (Red+Green+Blue) = 203+78+239=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EEF is #34B110. Grayscale: #858585. Windows color (decimal): -3453201 or 15683275. OLE color: 15683275.

HSL color Cylindrical-coordinate representation of color #CB4EEF: hue angle of 286.58º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4EEF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 78 239 -
CMYK 0.15 0.67 0 0.06
HSL 286.58º 0.83% 0.62% -
HSV(B) 286.58º 0.67% 0.94% -
XYZ 42.93 24.38 84.1 -
YUV 133.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 203 78 239 0.15 0.67 0 0.06 286.58 0.83 0.62
Hex CB 4E EF F 43 0 6 11F 53 3E
Octal 313 116 357 17 103 0 6 437 123 76
Binary 11001011 1001110 11101111 1111 1000011 0 110 100011111 1010011 111110

Color Harmonies of #CB4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4EEF

Black with #CB4EEF

Text Example


Text Example

White with #CB4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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