Html Css Color HEX #CB73E5 Orchid

📋 copy color: '#CB73E5'

red 203 ◦ green 115 ◦ blue 229

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

Shades of Orchid #CB73E5

Tints of Orchid #CB73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 37.11%
G = 21.02%
B = 41.86%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB73E5 (or 0xCB73E5) is known color: Orchid. HEX triplet: CB, 73 and E5. RGB value is (203,115,229). Sum of RGB (Red+Green+Blue) = 203+115+229=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73E5 is #348C1A. Grayscale: #999999. Windows color (decimal): -3443739 or 15037387. OLE color: 15037387.

HSL color Cylindrical-coordinate representation of color #CB73E5: hue angle of 286.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB73E5 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 115 229 -
CMYK 0.11 0.50 0 0.10
HSL 286.32º 0.69% 0.67% -
HSV(B) 286.32º 0.5% 0.9% -
XYZ 44.9 30.62 77.67 -
YUV 154.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 203 115 229 0.11 0.50 0 0.10 286.32 0.69 0.67
Hex CB 73 E5 B 32 0 A 11E 45 43
Octal 313 163 345 13 62 0 12 436 105 103
Binary 11001011 1110011 11100101 1011 110010 0 1010 100011110 1000101 1000011

Color Harmonies of #CB73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73E5

Black with #CB73E5

Text Example


Text Example

White with #CB73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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