Html Css Color HEX #CB2FDB Medium Orchid

📋 copy color: '#CB2FDB'

red 203 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #CB2FDB

Tints of Medium Orchid #CB2FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 43.28%
G = 10.02%
B = 46.7%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB2FDB (or 0xCB2FDB) is known color: Medium Orchid. HEX triplet: CB, 2F and DB. RGB value is (203,47,219). Sum of RGB (Red+Green+Blue) = 203+47+219=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FDB is #34D024. Grayscale: #707070. Windows color (decimal): -3461157 or 14364619. OLE color: 14364619.

HSL color Cylindrical-coordinate representation of color #CB2FDB: hue angle of 294.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2FDB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 47 219 -
CMYK 0.07 0.79 0 0.14
HSL 294.42º 0.7% 0.52% -
HSV(B) 294.42º 0.79% 0.86% -
XYZ 38.43 19.84 68.82 -
YUV 113.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 203 47 219 0.07 0.79 0 0.14 294.42 0.7 0.52
Hex CB 2F DB 7 4F 0 E 126 46 34
Octal 313 57 333 7 117 0 16 446 106 64
Binary 11001011 101111 11011011 111 1001111 0 1110 100100110 1000110 110100

Color Harmonies of #CB2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FDB

Black with #CB2FDB

Text Example


Text Example

White with #CB2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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