Html Css Color HEX #CF79E1 Orchid

📋 copy color: '#CF79E1'

red 207 ◦ green 121 ◦ blue 225

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

Shades of Orchid #CF79E1

Tints of Orchid #CF79E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 37.43%
G = 21.88%
B = 40.69%

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

#CF79E1 (or 0xCF79E1) is known color: Orchid. HEX triplet: CF, 79 and E1. RGB value is (207,121,225). Sum of RGB (Red+Green+Blue) = 207+121+225=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79E1 is #30861E. Grayscale: #9E9E9E. Windows color (decimal): -3180063 or 14776783. OLE color: 14776783.

HSL color Cylindrical-coordinate representation of color #CF79E1: hue angle of 289.62º degrees, saturation: 0.63, 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 #CF79E1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 121 225 -
CMYK 0.08 0.46 0 0.12
HSL 289.62º 0.63% 0.68% -
HSV(B) 289.62º 0.46% 0.88% -
XYZ 46.16 32.38 75.05 -
YUV 158.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 207 121 225 0.08 0.46 0 0.12 289.62 0.63 0.68
Hex CF 79 E1 8 2E 0 C 122 3F 44
Octal 317 171 341 10 56 0 14 442 77 104
Binary 11001111 1111001 11100001 1000 101110 0 1100 100100010 111111 1000100

Color Harmonies of #CF79E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79E1

Black with #CF79E1

Text Example


Text Example

White with #CF79E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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