Html Css Color HEX #CB4FDF Medium Orchid

📋 copy color: '#CB4FDF'

red 203 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #CB4FDF

Tints of Medium Orchid #CB4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 40.2%
G = 15.64%
B = 44.16%

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

#CB4FDF (or 0xCB4FDF) is known color: Medium Orchid. HEX triplet: CB, 4F and DF. RGB value is (203,79,223). Sum of RGB (Red+Green+Blue) = 203+79+223=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FDF is #34B020. Grayscale: #848484. Windows color (decimal): -3452961 or 14634955. OLE color: 14634955.

HSL color Cylindrical-coordinate representation of color #CB4FDF: hue angle of 291.67º degrees, saturation: 0.69, 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 #CB4FDF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 79 223 -
CMYK 0.09 0.65 0 0.13
HSL 291.67º 0.69% 0.59% -
HSV(B) 291.67º 0.65% 0.87% -
XYZ 40.74 23.62 72.22 -
YUV 132.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 203 79 223 0.09 0.65 0 0.13 291.67 0.69 0.59
Hex CB 4F DF 9 41 0 D 124 45 3B
Octal 313 117 337 11 101 0 15 444 105 73
Binary 11001011 1001111 11011111 1001 1000001 0 1101 100100100 1000101 111011

Color Harmonies of #CB4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4FDF

Black with #CB4FDF

Text Example


Text Example

White with #CB4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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