Html Css Color HEX #CB73DE Orchid

📋 copy color: '#CB73DE'

red 203 ◦ green 115 ◦ blue 222

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

Shades of Orchid #CB73DE

Tints of Orchid #CB73DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 37.59%
G = 21.3%
B = 41.11%

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

#CB73DE (or 0xCB73DE) is known color: Orchid. HEX triplet: CB, 73 and DE. RGB value is (203,115,222). Sum of RGB (Red+Green+Blue) = 203+115+222=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73DE is #348C21. Grayscale: #999999. Windows color (decimal): -3443746 or 14578635. OLE color: 14578635.

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

Color convert

RGB 203 115 222 -
CMYK 0.09 0.48 0 0.13
HSL 289.35º 0.62% 0.66% -
HSV(B) 289.35º 0.48% 0.87% -
XYZ 43.94 30.23 72.63 -
YUV 153.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 203 115 222 0.09 0.48 0 0.13 289.35 0.62 0.66
Hex CB 73 DE 9 30 0 D 121 3E 42
Octal 313 163 336 11 60 0 15 441 76 102
Binary 11001011 1110011 11011110 1001 110000 0 1101 100100001 111110 1000010

Color Harmonies of #CB73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73DE

Black with #CB73DE

Text Example


Text Example

White with #CB73DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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