Html Css Color HEX #CF79D3 Orchid

📋 copy color: '#CF79D3'

red 207 ◦ green 121 ◦ blue 211

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

Shades of Orchid #CF79D3

Tints of Orchid #CF79D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.15%

R = 38.4%
G = 22.45%
B = 39.15%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF79D3 (or 0xCF79D3) is known color: Orchid. HEX triplet: CF, 79 and D3. RGB value is (207,121,211). Sum of RGB (Red+Green+Blue) = 207+121+211=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79D3 is #30862C. Grayscale: #9C9C9C. Windows color (decimal): -3180077 or 13859279. OLE color: 13859279.

HSL color Cylindrical-coordinate representation of color #CF79D3: hue angle of 297.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF79D3 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 121 211 -
CMYK 0.02 0.43 0 0.17
HSL 297.33º 0.51% 0.65% -
HSV(B) 297.33º 0.43% 0.83% -
XYZ 44.33 31.64 65.4 -
YUV 156.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 207 121 211 0.02 0.43 0 0.17 297.33 0.51 0.65
Hex CF 79 D3 2 2B 0 11 129 33 41
Octal 317 171 323 2 53 0 21 451 63 101
Binary 11001111 1111001 11010011 10 101011 0 10001 100101001 110011 1000001

Color Harmonies of #CF79D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79D3

Black with #CF79D3

Text Example


Text Example

White with #CF79D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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