Html Css Color HEX #CB78B7 Orchid

📋 copy color: '#CB78B7'

red 203 ◦ green 120 ◦ blue 183

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

Shades of Orchid #CB78B7

Tints of Orchid #CB78B7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.72%

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 40.12%
G = 23.72%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB78B7 (or 0xCB78B7) is known color: Orchid. HEX triplet: CB, 78 and B7. RGB value is (203,120,183). Sum of RGB (Red+Green+Blue) = 203+120+183=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78B7 is #348748. Grayscale: #979797. Windows color (decimal): -3442505 or 12024011. OLE color: 12024011.

HSL color Cylindrical-coordinate representation of color #CB78B7: hue angle of 314.46º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB78B7 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 120 183 -
CMYK 0 0.41 0.10 0.20
HSL 314.46º 0.44% 0.63% -
HSV(B) 314.46º 0.41% 0.8% -
XYZ 39.89 29.55 48.4 -
YUV 152 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 203 120 183 0 0.41 0.10 0.20 314.46 0.44 0.63
Hex CB 78 B7 0 29 A 14 13A 2C 3F
Octal 313 170 267 0 51 12 24 472 54 77
Binary 11001011 1111000 10110111 0 101001 1010 10100 100111010 101100 111111

Color Harmonies of #CB78B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78B7

Black with #CB78B7

Text Example


Text Example

White with #CB78B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78B7; }

 p { color: rgb(203,120,183); }

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

background-color css

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

 a { background-color: rgb(203,120,183); }

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

border-color css

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

 span { border-color: rgb(203,120,183); }

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