Html Css Color HEX #CF79DD Orchid

📋 copy color: '#CF79DD'

red 207 ◦ green 121 ◦ blue 221

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

Shades of Orchid #CF79DD

Tints of Orchid #CF79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 37.7%
G = 22.04%
B = 40.26%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF79DD (or 0xCF79DD) is known color: Orchid. HEX triplet: CF, 79 and DD. RGB value is (207,121,221). Sum of RGB (Red+Green+Blue) = 207+121+221=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79DD is #308622. Grayscale: #9D9D9D. Windows color (decimal): -3180067 or 14514639. OLE color: 14514639.

HSL color Cylindrical-coordinate representation of color #CF79DD: hue angle of 291.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF79DD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 121 221 -
CMYK 0.06 0.45 0 0.13
HSL 291.6º 0.6% 0.67% -
HSV(B) 291.6º 0.45% 0.87% -
XYZ 45.62 32.16 72.21 -
YUV 158.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 207 121 221 0.06 0.45 0 0.13 291.6 0.6 0.67
Hex CF 79 DD 6 2D 0 D 124 3C 43
Octal 317 171 335 6 55 0 15 444 74 103
Binary 11001111 1111001 11011101 110 101101 0 1101 100100100 111100 1000011

Color Harmonies of #CF79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79DD

Black with #CF79DD

Text Example


Text Example

White with #CF79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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