Html Css Color HEX #CB34F1 Medium Orchid

📋 copy color: '#CB34F1'

red 203 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #CB34F1

Tints of Medium Orchid #CB34F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 40.93%
G = 10.48%
B = 48.59%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB34F1 (or 0xCB34F1) is known color: Medium Orchid. HEX triplet: CB, 34 and F1. RGB value is (203,52,241). Sum of RGB (Red+Green+Blue) = 203+52+241=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB34F1 is #34CB0E. Grayscale: #767676. Windows color (decimal): -3459855 or 15807691. OLE color: 15807691.

HSL color Cylindrical-coordinate representation of color #CB34F1: hue angle of 287.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB34F1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 52 241 -
CMYK 0.16 0.78 0 0.05
HSL 287.94º 0.87% 0.57% -
HSV(B) 287.94º 0.78% 0.95% -
XYZ 41.73 21.5 85.17 -
YUV 118.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 203 52 241 0.16 0.78 0 0.05 287.94 0.87 0.57
Hex CB 34 F1 10 4E 0 5 120 57 39
Octal 313 64 361 20 116 0 5 440 127 71
Binary 11001011 110100 11110001 10000 1001110 0 101 100100000 1010111 111001

Color Harmonies of #CB34F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB34F1

Black with #CB34F1

Text Example


Text Example

White with #CB34F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB34F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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