Html Css Color HEX #CB5FDF Medium Orchid

📋 copy color: '#CB5FDF'

red 203 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #CB5FDF

Tints of Medium Orchid #CB5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 38.96%
G = 18.23%
B = 42.8%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB5FDF (or 0xCB5FDF) is known color: Medium Orchid. HEX triplet: CB, 5F and DF. RGB value is (203,95,223). Sum of RGB (Red+Green+Blue) = 203+95+223=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FDF is #34A020. Grayscale: #8D8D8D. Windows color (decimal): -3448865 or 14639051. OLE color: 14639051.

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

Color convert

RGB 203 95 223 -
CMYK 0.09 0.57 0 0.13
HSL 290.63º 0.67% 0.62% -
HSV(B) 290.63º 0.57% 0.87% -
XYZ 42.04 26.21 72.66 -
YUV 141.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 203 95 223 0.09 0.57 0 0.13 290.63 0.67 0.62
Hex CB 5F DF 9 39 0 D 123 43 3E
Octal 313 137 337 11 71 0 15 443 103 76
Binary 11001011 1011111 11011111 1001 111001 0 1101 100100011 1000011 111110

Color Harmonies of #CB5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FDF

Black with #CB5FDF

Text Example


Text Example

White with #CB5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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