Html Css Color HEX #CB2FDF Medium Orchid

📋 copy color: '#CB2FDF'

red 203 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #CB2FDF

Tints of Medium Orchid #CB2FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.94%

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

R = 42.92%
G = 9.94%
B = 47.15%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB2FDF (or 0xCB2FDF) is known color: Medium Orchid. HEX triplet: CB, 2F and DF. RGB value is (203,47,223). Sum of RGB (Red+Green+Blue) = 203+47+223=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FDF is #34D020. Grayscale: #717171. Windows color (decimal): -3461153 or 14626763. OLE color: 14626763.

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

Color convert

RGB 203 47 223 -
CMYK 0.09 0.79 0 0.13
HSL 293.18º 0.73% 0.53% -
HSV(B) 293.18º 0.79% 0.87% -
XYZ 38.96 20.06 71.63 -
YUV 113.71 189.68 191.69 -
System Red Green Blue C M Y K H S L
Decimal 203 47 223 0.09 0.79 0 0.13 293.18 0.73 0.53
Hex CB 2F DF 9 4F 0 D 125 49 35
Octal 313 57 337 11 117 0 15 445 111 65
Binary 11001011 101111 11011111 1001 1001111 0 1101 100100101 1001001 110101

Color Harmonies of #CB2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FDF

Black with #CB2FDF

Text Example


Text Example

White with #CB2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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