Html Css Color HEX #CF79D7 Orchid

📋 copy color: '#CF79D7'

red 207 ◦ green 121 ◦ blue 215

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

Shades of Orchid #CF79D7

Tints of Orchid #CF79D7

RGB

 RED value IS 207 (81.25% from 255) = 38.12%

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 38.12%
G = 22.28%
B = 39.59%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF79D7 (or 0xCF79D7) is known color: Orchid. HEX triplet: CF, 79 and D7. RGB value is (207,121,215). Sum of RGB (Red+Green+Blue) = 207+121+215=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79D7 is #308628. Grayscale: #9D9D9D. Windows color (decimal): -3180073 or 14121423. OLE color: 14121423.

HSL color Cylindrical-coordinate representation of color #CF79D7: hue angle of 294.89º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF79D7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 121 215 -
CMYK 0.04 0.44 0 0.16
HSL 294.89º 0.54% 0.66% -
HSV(B) 294.89º 0.44% 0.84% -
XYZ 44.84 31.85 68.07 -
YUV 157.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 207 121 215 0.04 0.44 0 0.16 294.89 0.54 0.66
Hex CF 79 D7 4 2C 0 10 127 36 42
Octal 317 171 327 4 54 0 20 447 66 102
Binary 11001111 1111001 11010111 100 101100 0 10000 100100111 110110 1000010

Color Harmonies of #CF79D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79D7

Black with #CF79D7

Text Example


Text Example

White with #CF79D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79D7; }

 p { color: rgb(207,121,215); }

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

background-color css

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

 a { background-color: rgb(207,121,215); }

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

border-color css

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

 span { border-color: rgb(207,121,215); }

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