Html Css Color HEX #CB34DF Medium Orchid

📋 copy color: '#CB34DF'

red 203 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #CB34DF

Tints of Medium Orchid #CB34DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 42.47%
G = 10.88%
B = 46.65%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB34DF (or 0xCB34DF) is known color: Medium Orchid. HEX triplet: CB, 34 and DF. RGB value is (203,52,223). Sum of RGB (Red+Green+Blue) = 203+52+223=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34DF is #34CB20. Grayscale: #747474. Windows color (decimal): -3459873 or 14628043. OLE color: 14628043.

HSL color Cylindrical-coordinate representation of color #CB34DF: hue angle of 292.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB34DF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 52 223 -
CMYK 0.09 0.77 0 0.13
HSL 292.98º 0.73% 0.54% -
HSV(B) 292.98º 0.77% 0.87% -
XYZ 39.18 20.48 71.7 -
YUV 116.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 203 52 223 0.09 0.77 0 0.13 292.98 0.73 0.54
Hex CB 34 DF 9 4D 0 D 125 49 36
Octal 313 64 337 11 115 0 15 445 111 66
Binary 11001011 110100 11011111 1001 1001101 0 1101 100100101 1001001 110110

Color Harmonies of #CB34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB34DF

Black with #CB34DF

Text Example


Text Example

White with #CB34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB34DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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