Html Css Color HEX #CB4EF0 Medium Orchid

📋 copy color: '#CB4EF0'

red 203 ◦ green 78 ◦ blue 240

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

Shades of Medium Orchid #CB4EF0

Tints of Medium Orchid #CB4EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 38.96%
G = 14.97%
B = 46.07%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB4EF0 (or 0xCB4EF0) is known color: Medium Orchid. HEX triplet: CB, 4E and F0. RGB value is (203,78,240). Sum of RGB (Red+Green+Blue) = 203+78+240=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB4EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EF0 is #34B10F. Grayscale: #858585. Windows color (decimal): -3453200 or 15748811. OLE color: 15748811.

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

Color convert

RGB 203 78 240 -
CMYK 0.15 0.68 0 0.06
HSL 286.3º 0.84% 0.62% -
HSV(B) 286.3º 0.68% 0.94% -
XYZ 43.08 24.44 84.88 -
YUV 133.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 203 78 240 0.15 0.68 0 0.06 286.3 0.84 0.62
Hex CB 4E F0 F 44 0 6 11E 54 3E
Octal 313 116 360 17 104 0 6 436 124 76
Binary 11001011 1001110 11110000 1111 1000100 0 110 100011110 1010100 111110

Color Harmonies of #CB4EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4EF0

Black with #CB4EF0

Text Example


Text Example

White with #CB4EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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