Html Css Color HEX #CF8F8D Petite Orchid

📋 copy color: '#CF8F8D'

red 207 ◦ green 143 ◦ blue 141

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

Shades of Petite Orchid #CF8F8D

Tints of Petite Orchid #CF8F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.12%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 42.16%
G = 29.12%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF8F8D (or 0xCF8F8D) is known color: Petite Orchid. HEX triplet: CF, 8F and 8D. RGB value is (207,143,141). Sum of RGB (Red+Green+Blue) = 207+143+141=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8F8D is #307072. Grayscale: #A1A1A1. Windows color (decimal): -3174515 or 9277391. OLE color: 9277391.

HSL color Cylindrical-coordinate representation of color #CF8F8D: hue angle of 1.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8F8D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 143 141 -
CMYK 0 0.31 0.32 0.19
HSL 1.82º 0.41% 0.68% -
HSV(B) 1.82º 0.32% 0.81% -
XYZ 40.36 34.83 29.8 -
YUV 161.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 207 143 141 0 0.31 0.32 0.19 1.82 0.41 0.68
Hex CF 8F 8D 0 1F 20 13 2 29 44
Octal 317 217 215 0 37 40 23 2 51 104
Binary 11001111 10001111 10001101 0 11111 100000 10011 10 101001 1000100

Color Harmonies of #CF8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F8D

Black with #CF8F8D

Text Example


Text Example

White with #CF8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F8D; }

 p { color: rgb(207,143,141); }

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

background-color css

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

 a { background-color: rgb(207,143,141); }

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

border-color css

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

 span { border-color: rgb(207,143,141); }

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