Html Css Color HEX #CB4DDF Medium Orchid

📋 copy color: '#CB4DDF'

red 203 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #CB4DDF

Tints of Medium Orchid #CB4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.31%

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

R = 40.36%
G = 15.31%
B = 44.33%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB4DDF (or 0xCB4DDF) is known color: Medium Orchid. HEX triplet: CB, 4D and DF. RGB value is (203,77,223). Sum of RGB (Red+Green+Blue) = 203+77+223=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DDF is #34B220. Grayscale: #828282. Windows color (decimal): -3453473 or 14634443. OLE color: 14634443.

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

Color convert

RGB 203 77 223 -
CMYK 0.09 0.65 0 0.13
HSL 291.78º 0.7% 0.59% -
HSV(B) 291.78º 0.65% 0.87% -
XYZ 40.6 23.33 72.18 -
YUV 131.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 203 77 223 0.09 0.65 0 0.13 291.78 0.7 0.59
Hex CB 4D DF 9 41 0 D 124 46 3B
Octal 313 115 337 11 101 0 15 444 106 73
Binary 11001011 1001101 11011111 1001 1000001 0 1101 100100100 1000110 111011

Color Harmonies of #CB4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DDF

Black with #CB4DDF

Text Example


Text Example

White with #CB4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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