Html Css Color HEX #CF928D Petite Orchid

📋 copy color: '#CF928D'

red 207 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #CF928D

Tints of Petite Orchid #CF928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

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

R = 41.9%
G = 29.55%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF928D (or 0xCF928D) is known color: Petite Orchid. HEX triplet: CF, 92 and 8D. RGB value is (207,146,141). Sum of RGB (Red+Green+Blue) = 207+146+141=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928D is #306D72. Grayscale: #A3A3A3. Windows color (decimal): -3173747 or 9278159. OLE color: 9278159.

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

Color convert

RGB 207 146 141 -
CMYK 0 0.29 0.32 0.19
HSL 4.55º 0.41% 0.68% -
HSV(B) 4.55º 0.32% 0.81% -
XYZ 40.82 35.75 29.95 -
YUV 163.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 207 146 141 0 0.29 0.32 0.19 4.55 0.41 0.68
Hex CF 92 8D 0 1D 20 13 5 29 44
Octal 317 222 215 0 35 40 23 5 51 104
Binary 11001111 10010010 10001101 0 11101 100000 10011 101 101001 1000100

Color Harmonies of #CF928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF928D

Black with #CF928D

Text Example


Text Example

White with #CF928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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