Html Css Color HEX #CB2EEA Medium Orchid

📋 copy color: '#CB2EEA'

red 203 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #CB2EEA

Tints of Medium Orchid #CB2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.52%

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

R = 42.03%
G = 9.52%
B = 48.45%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB2EEA (or 0xCB2EEA) is known color: Medium Orchid. HEX triplet: CB, 2E and EA. RGB value is (203,46,234). Sum of RGB (Red+Green+Blue) = 203+46+234=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EEA is #34D115. Grayscale: #717171. Windows color (decimal): -3461398 or 15347403. OLE color: 15347403.

HSL color Cylindrical-coordinate representation of color #CB2EEA: hue angle of 290.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2EEA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 46 234 -
CMYK 0.13 0.80 0 0.08
HSL 290.11º 0.82% 0.55% -
HSV(B) 290.11º 0.8% 0.92% -
XYZ 40.46 20.59 79.68 -
YUV 114.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 203 46 234 0.13 0.80 0 0.08 290.11 0.82 0.55
Hex CB 2E EA D 50 0 8 122 52 37
Octal 313 56 352 15 120 0 10 442 122 67
Binary 11001011 101110 11101010 1101 1010000 0 1000 100100010 1010010 110111

Color Harmonies of #CB2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2EEA

Black with #CB2EEA

Text Example


Text Example

White with #CB2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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