Html Css Color HEX #CF79CA Orchid

📋 copy color: '#CF79CA'

red 207 ◦ green 121 ◦ blue 202

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

Shades of Orchid #CF79CA

Tints of Orchid #CF79CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 39.06%
G = 22.83%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF79CA (or 0xCF79CA) is known color: Orchid. HEX triplet: CF, 79 and CA. RGB value is (207,121,202). Sum of RGB (Red+Green+Blue) = 207+121+202=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79CA is #308635. Grayscale: #9B9B9B. Windows color (decimal): -3180086 or 13269455. OLE color: 13269455.

HSL color Cylindrical-coordinate representation of color #CF79CA: hue angle of 303.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79CA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 202 -
CMYK 0 0.42 0.02 0.19
HSL 303.49º 0.47% 0.64% -
HSV(B) 303.49º 0.42% 0.81% -
XYZ 43.23 31.2 59.62 -
YUV 155.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 207 121 202 0 0.42 0.02 0.19 303.49 0.47 0.64
Hex CF 79 CA 0 2A 2 13 12F 2F 40
Octal 317 171 312 0 52 2 23 457 57 100
Binary 11001111 1111001 11001010 0 101010 10 10011 100101111 101111 1000000

Color Harmonies of #CF79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79CA

Black with #CF79CA

Text Example


Text Example

White with #CF79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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