Html Css Color HEX #CF978D Petite Orchid

📋 copy color: '#CF978D'

red 207 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #CF978D

Tints of Petite Orchid #CF978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.26%

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

R = 41.48%
G = 30.26%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF978D (or 0xCF978D) is known color: Petite Orchid. HEX triplet: CF, 97 and 8D. RGB value is (207,151,141). Sum of RGB (Red+Green+Blue) = 207+151+141=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF978D is #306872. Grayscale: #A6A6A6. Windows color (decimal): -3172467 or 9279439. OLE color: 9279439.

HSL color Cylindrical-coordinate representation of color #CF978D: hue angle of 9.09º 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 #CF978D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 151 141 -
CMYK 0 0.27 0.32 0.19
HSL 9.09º 0.41% 0.68% -
HSV(B) 9.09º 0.32% 0.81% -
XYZ 41.61 37.32 30.21 -
YUV 166.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 207 151 141 0 0.27 0.32 0.19 9.09 0.41 0.68
Hex CF 97 8D 0 1B 20 13 9 29 44
Octal 317 227 215 0 33 40 23 11 51 104
Binary 11001111 10010111 10001101 0 11011 100000 10011 1001 101001 1000100

Color Harmonies of #CF978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF978D

Black with #CF978D

Text Example


Text Example

White with #CF978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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