Html Css Color HEX #CB34DC Medium Orchid

📋 copy color: '#CB34DC'

red 203 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #CB34DC

Tints of Medium Orchid #CB34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 42.74%
G = 10.95%
B = 46.32%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB34DC (or 0xCB34DC) is known color: Medium Orchid. HEX triplet: CB, 34 and DC. RGB value is (203,52,220). Sum of RGB (Red+Green+Blue) = 203+52+220=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34DC is #34CB23. Grayscale: #737373. Windows color (decimal): -3459876 or 14431435. OLE color: 14431435.

HSL color Cylindrical-coordinate representation of color #CB34DC: hue angle of 293.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB34DC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 52 220 -
CMYK 0.08 0.76 0 0.14
HSL 293.93º 0.71% 0.53% -
HSV(B) 293.93º 0.76% 0.86% -
XYZ 38.77 20.32 69.59 -
YUV 116.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 203 52 220 0.08 0.76 0 0.14 293.93 0.71 0.53
Hex CB 34 DC 8 4C 0 E 126 47 35
Octal 313 64 334 10 114 0 16 446 107 65
Binary 11001011 110100 11011100 1000 1001100 0 1110 100100110 1000111 110101

Color Harmonies of #CB34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB34DC

Black with #CB34DC

Text Example


Text Example

White with #CB34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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