Html Css Color HEX #CF79E5 Orchid

📋 copy color: '#CF79E5'

red 207 ◦ green 121 ◦ blue 229

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

Shades of Orchid #CF79E5

Tints of Orchid #CF79E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 37.16%
G = 21.72%
B = 41.11%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF79E5 (or 0xCF79E5) is known color: Orchid. HEX triplet: CF, 79 and E5. RGB value is (207,121,229). Sum of RGB (Red+Green+Blue) = 207+121+229=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79E5 is #30861A. Grayscale: #9E9E9E. Windows color (decimal): -3180059 or 15038927. OLE color: 15038927.

HSL color Cylindrical-coordinate representation of color #CF79E5: hue angle of 287.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF79E5 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 121 229 -
CMYK 0.10 0.47 0 0.10
HSL 287.78º 0.68% 0.69% -
HSV(B) 287.78º 0.47% 0.9% -
XYZ 46.71 32.6 77.96 -
YUV 159.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 207 121 229 0.10 0.47 0 0.10 287.78 0.68 0.69
Hex CF 79 E5 A 2F 0 A 120 44 45
Octal 317 171 345 12 57 0 12 440 104 105
Binary 11001111 1111001 11100101 1010 101111 0 1010 100100000 1000100 1000101

Color Harmonies of #CF79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79E5

Black with #CF79E5

Text Example


Text Example

White with #CF79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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