Html Css Color HEX #CD79BA Orchid

📋 copy color: '#CD79BA'

red 205 ◦ green 121 ◦ blue 186

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

Shades of Orchid #CD79BA

Tints of Orchid #CD79BA

RGB

 RED value IS 205 (80.47% from 255) = 40.04%

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 40.04%
G = 23.63%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD79BA (or 0xCD79BA) is known color: Orchid. HEX triplet: CD, 79 and BA. RGB value is (205,121,186). Sum of RGB (Red+Green+Blue) = 205+121+186=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79BA is #328645. Grayscale: #999999. Windows color (decimal): -3311174 or 12220877. OLE color: 12220877.

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

Color convert

RGB 205 121 186 -
CMYK 0 0.41 0.09 0.20
HSL 313.57º 0.46% 0.64% -
HSV(B) 313.57º 0.41% 0.8% -
XYZ 40.88 30.2 50.13 -
YUV 153.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 205 121 186 0 0.41 0.09 0.20 313.57 0.46 0.64
Hex CD 79 BA 0 29 9 14 13A 2E 40
Octal 315 171 272 0 51 11 24 472 56 100
Binary 11001101 1111001 10111010 0 101001 1001 10100 100111010 101110 1000000

Color Harmonies of #CD79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD79BA

Black with #CD79BA

Text Example


Text Example

White with #CD79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD79BA; }

 p { color: rgb(205,121,186); }

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

background-color css

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

 a { background-color: rgb(205,121,186); }

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

border-color css

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

 span { border-color: rgb(205,121,186); }

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