Html Css Color HEX #CF918E Petite Orchid

📋 copy color: '#CF918E'

red 207 ◦ green 145 ◦ blue 142

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

Shades of Petite Orchid #CF918E

Tints of Petite Orchid #CF918E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 41.9%
G = 29.35%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF918E (or 0xCF918E) is known color: Petite Orchid. HEX triplet: CF, 91 and 8E. RGB value is (207,145,142). Sum of RGB (Red+Green+Blue) = 207+145+142=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF918E is #306E71. Grayscale: #A3A3A3. Windows color (decimal): -3174002 or 9343439. OLE color: 9343439.

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

Color convert

RGB 207 145 142 -
CMYK 0 0.30 0.31 0.19
HSL 2.77º 0.4% 0.68% -
HSV(B) 2.77º 0.31% 0.81% -
XYZ 40.74 35.47 30.29 -
YUV 163.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 207 145 142 0 0.30 0.31 0.19 2.77 0.4 0.68
Hex CF 91 8E 0 1E 1F 13 3 28 44
Octal 317 221 216 0 36 37 23 3 50 104
Binary 11001111 10010001 10001110 0 11110 11111 10011 11 101000 1000100

Color Harmonies of #CF918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF918E

Black with #CF918E

Text Example


Text Example

White with #CF918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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