Html Css Color HEX #CB3EEA Medium Orchid

📋 copy color: '#CB3EEA'

red 203 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #CB3EEA

Tints of Medium Orchid #CB3EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 40.68%
G = 12.42%
B = 46.89%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB3EEA (or 0xCB3EEA) is known color: Medium Orchid. HEX triplet: CB, 3E and EA. RGB value is (203,62,234). Sum of RGB (Red+Green+Blue) = 203+62+234=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EEA is #34C115. Grayscale: #7B7B7B. Windows color (decimal): -3457302 or 15351499. OLE color: 15351499.

HSL color Cylindrical-coordinate representation of color #CB3EEA: hue angle of 289.19º degrees, saturation: 0.8, 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 #CB3EEA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 62 234 -
CMYK 0.13 0.74 0 0.08
HSL 289.19º 0.8% 0.58% -
HSV(B) 289.19º 0.74% 0.92% -
XYZ 41.2 22.08 79.93 -
YUV 123.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 203 62 234 0.13 0.74 0 0.08 289.19 0.8 0.58
Hex CB 3E EA D 4A 0 8 121 50 3A
Octal 313 76 352 15 112 0 10 441 120 72
Binary 11001011 111110 11101010 1101 1001010 0 1000 100100001 1010000 111010

Color Harmonies of #CB3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EEA

Black with #CB3EEA

Text Example


Text Example

White with #CB3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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