Html Css Color HEX #CB3EEB Medium Orchid

📋 copy color: '#CB3EEB'

red 203 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #CB3EEB

Tints of Medium Orchid #CB3EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.4%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 40.6%
G = 12.4%
B = 47%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB3EEB (or 0xCB3EEB) is known color: Medium Orchid. HEX triplet: CB, 3E and EB. RGB value is (203,62,235). Sum of RGB (Red+Green+Blue) = 203+62+235=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EEB is #34C114. Grayscale: #7B7B7B. Windows color (decimal): -3457301 or 15417035. OLE color: 15417035.

HSL color Cylindrical-coordinate representation of color #CB3EEB: hue angle of 288.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3EEB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 62 235 -
CMYK 0.14 0.74 0 0.08
HSL 288.9º 0.81% 0.58% -
HSV(B) 288.9º 0.74% 0.92% -
XYZ 41.35 22.14 80.69 -
YUV 123.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 203 62 235 0.14 0.74 0 0.08 288.9 0.81 0.58
Hex CB 3E EB E 4A 0 8 121 51 3A
Octal 313 76 353 16 112 0 10 441 121 72
Binary 11001011 111110 11101011 1110 1001010 0 1000 100100001 1010001 111010

Color Harmonies of #CB3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EEB

Black with #CB3EEB

Text Example


Text Example

White with #CB3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EEB; }

 p { color: rgb(203,62,235); }

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

background-color css

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

 a { background-color: rgb(203,62,235); }

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

border-color css

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

 span { border-color: rgb(203,62,235); }

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