Html Css Color HEX #CB78C2 Orchid

📋 copy color: '#CB78C2'

red 203 ◦ green 120 ◦ blue 194

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

Shades of Orchid #CB78C2

Tints of Orchid #CB78C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 39.26%
G = 23.21%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB78C2 (or 0xCB78C2) is known color: Orchid. HEX triplet: CB, 78 and C2. RGB value is (203,120,194). Sum of RGB (Red+Green+Blue) = 203+120+194=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78C2 is #34873D. Grayscale: #999999. Windows color (decimal): -3442494 or 12744907. OLE color: 12744907.

HSL color Cylindrical-coordinate representation of color #CB78C2: hue angle of 306.51º 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 #CB78C2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 120 194 -
CMYK 0 0.41 0.04 0.20
HSL 306.51º 0.44% 0.63% -
HSV(B) 306.51º 0.41% 0.8% -
XYZ 41.08 30.02 54.67 -
YUV 153.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 203 120 194 0 0.41 0.04 0.20 306.51 0.44 0.63
Hex CB 78 C2 0 29 4 14 133 2C 3F
Octal 313 170 302 0 51 4 24 463 54 77
Binary 11001011 1111000 11000010 0 101001 100 10100 100110011 101100 111111

Color Harmonies of #CB78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78C2

Black with #CB78C2

Text Example


Text Example

White with #CB78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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