Html Css Color HEX #CB73DF Orchid

📋 copy color: '#CB73DF'

red 203 ◦ green 115 ◦ blue 223

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

Shades of Orchid #CB73DF

Tints of Orchid #CB73DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.26%

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

R = 37.52%
G = 21.26%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB73DF (or 0xCB73DF) is known color: Orchid. HEX triplet: CB, 73 and DF. RGB value is (203,115,223). Sum of RGB (Red+Green+Blue) = 203+115+223=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73DF is #348C20. Grayscale: #999999. Windows color (decimal): -3443745 or 14644171. OLE color: 14644171.

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

Color convert

RGB 203 115 223 -
CMYK 0.09 0.48 0 0.13
HSL 288.89º 0.63% 0.66% -
HSV(B) 288.89º 0.48% 0.87% -
XYZ 44.08 30.29 73.33 -
YUV 153.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 203 115 223 0.09 0.48 0 0.13 288.89 0.63 0.66
Hex CB 73 DF 9 30 0 D 121 3F 42
Octal 313 163 337 11 60 0 15 441 77 102
Binary 11001011 1110011 11011111 1001 110000 0 1101 100100001 111111 1000010

Color Harmonies of #CB73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73DF

Black with #CB73DF

Text Example


Text Example

White with #CB73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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