Html Css Color HEX #CB34EA Medium Orchid

📋 copy color: '#CB34EA'

red 203 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #CB34EA

Tints of Medium Orchid #CB34EA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.63%

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

R = 41.51%
G = 10.63%
B = 47.85%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB34EA (or 0xCB34EA) is known color: Medium Orchid. HEX triplet: CB, 34 and EA. RGB value is (203,52,234). Sum of RGB (Red+Green+Blue) = 203+52+234=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB34EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB34EA is #34CB15. Grayscale: #757575. Windows color (decimal): -3459862 or 15348939. OLE color: 15348939.

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

Color convert

RGB 203 52 234 -
CMYK 0.13 0.78 0 0.08
HSL 289.78º 0.81% 0.56% -
HSV(B) 289.78º 0.78% 0.92% -
XYZ 40.71 21.09 79.77 -
YUV 117.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 203 52 234 0.13 0.78 0 0.08 289.78 0.81 0.56
Hex CB 34 EA D 4E 0 8 122 51 38
Octal 313 64 352 15 116 0 10 442 121 70
Binary 11001011 110100 11101010 1101 1001110 0 1000 100100010 1010001 111000

Color Harmonies of #CB34EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB34EA

Black with #CB34EA

Text Example


Text Example

White with #CB34EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB34EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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