Html Css Color HEX #CD79C1 Orchid

📋 copy color: '#CD79C1'

red 205 ◦ green 121 ◦ blue 193

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

Shades of Orchid #CD79C1

Tints of Orchid #CD79C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 39.5%
G = 23.31%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD79C1 (or 0xCD79C1) is known color: Orchid. HEX triplet: CD, 79 and C1. RGB value is (205,121,193). Sum of RGB (Red+Green+Blue) = 205+121+193=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79C1 is #32863E. Grayscale: #9A9A9A. Windows color (decimal): -3311167 or 12679629. OLE color: 12679629.

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

Color convert

RGB 205 121 193 -
CMYK 0 0.41 0.06 0.20
HSL 308.57º 0.46% 0.64% -
HSV(B) 308.57º 0.41% 0.8% -
XYZ 41.64 30.5 54.15 -
YUV 154.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 205 121 193 0 0.41 0.06 0.20 308.57 0.46 0.64
Hex CD 79 C1 0 29 6 14 135 2E 40
Octal 315 171 301 0 51 6 24 465 56 100
Binary 11001101 1111001 11000001 0 101001 110 10100 100110101 101110 1000000

Color Harmonies of #CD79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD79C1

Black with #CD79C1

Text Example


Text Example

White with #CD79C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD79C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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