Html Css Color HEX #CB79C7 Orchid

📋 copy color: '#CB79C7'

red 203 ◦ green 121 ◦ blue 199

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

Shades of Orchid #CB79C7

Tints of Orchid #CB79C7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.14%

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 38.81%
G = 23.14%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB79C7 (or 0xCB79C7) is known color: Orchid. HEX triplet: CB, 79 and C7. RGB value is (203,121,199). Sum of RGB (Red+Green+Blue) = 203+121+199=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79C7 is #348638. Grayscale: #9A9A9A. Windows color (decimal): -3442233 or 13072843. OLE color: 13072843.

HSL color Cylindrical-coordinate representation of color #CB79C7: hue angle of 302.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79C7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 199 -
CMYK 0 0.40 0.02 0.20
HSL 302.93º 0.44% 0.64% -
HSV(B) 302.93º 0.4% 0.8% -
XYZ 41.77 30.49 57.72 -
YUV 154.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 203 121 199 0 0.40 0.02 0.20 302.93 0.44 0.64
Hex CB 79 C7 0 28 2 14 12F 2C 40
Octal 313 171 307 0 50 2 24 457 54 100
Binary 11001011 1111001 11000111 0 101000 10 10100 100101111 101100 1000000

Color Harmonies of #CB79C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB79C7

Black with #CB79C7

Text Example


Text Example

White with #CB79C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB79C7; }

 p { color: rgb(203,121,199); }

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

background-color css

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

 a { background-color: rgb(203,121,199); }

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

border-color css

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

 span { border-color: rgb(203,121,199); }

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