Html Css Color HEX #CF79E0 Orchid

📋 copy color: '#CF79E0'

red 207 ◦ green 121 ◦ blue 224

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

Shades of Orchid #CF79E0

Tints of Orchid #CF79E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 37.5%
G = 21.92%
B = 40.58%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF79E0 (or 0xCF79E0) is known color: Orchid. HEX triplet: CF, 79 and E0. RGB value is (207,121,224). Sum of RGB (Red+Green+Blue) = 207+121+224=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF79E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79E0 is #30861F. Grayscale: #9E9E9E. Windows color (decimal): -3180064 or 14711247. OLE color: 14711247.

HSL color Cylindrical-coordinate representation of color #CF79E0: hue angle of 290.1º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF79E0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 121 224 -
CMYK 0.08 0.46 0 0.12
HSL 290.1º 0.62% 0.68% -
HSV(B) 290.1º 0.46% 0.88% -
XYZ 46.02 32.32 74.33 -
YUV 158.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 207 121 224 0.08 0.46 0 0.12 290.1 0.62 0.68
Hex CF 79 E0 8 2E 0 C 122 3E 44
Octal 317 171 340 10 56 0 14 442 76 104
Binary 11001111 1111001 11100000 1000 101110 0 1100 100100010 111110 1000100

Color Harmonies of #CF79E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79E0

Black with #CF79E0

Text Example


Text Example

White with #CF79E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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