Html Css Color HEX #CF918D Petite Orchid

📋 copy color: '#CF918D'

red 207 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #CF918D

Tints of Petite Orchid #CF918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

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

R = 41.99%
G = 29.41%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF918D (or 0xCF918D) is known color: Petite Orchid. HEX triplet: CF, 91 and 8D. RGB value is (207,145,141). Sum of RGB (Red+Green+Blue) = 207+145+141=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF918D is #306E72. Grayscale: #A3A3A3. Windows color (decimal): -3174003 or 9277903. OLE color: 9277903.

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

Color convert

RGB 207 145 141 -
CMYK 0 0.30 0.32 0.19
HSL 3.64º 0.41% 0.68% -
HSV(B) 3.64º 0.32% 0.81% -
XYZ 40.67 35.44 29.9 -
YUV 163.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 207 145 141 0 0.30 0.32 0.19 3.64 0.41 0.68
Hex CF 91 8D 0 1E 20 13 4 29 44
Octal 317 221 215 0 36 40 23 4 51 104
Binary 11001111 10010001 10001101 0 11110 100000 10011 100 101001 1000100

Color Harmonies of #CF918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF918D

Black with #CF918D

Text Example


Text Example

White with #CF918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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