Html Css Color HEX #CF908F Petite Orchid

📋 copy color: '#CF908F'

red 207 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #CF908F

Tints of Petite Orchid #CF908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 41.9%
G = 29.15%
B = 28.95%

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

#CF908F (or 0xCF908F) is known color: Petite Orchid. HEX triplet: CF, 90 and 8F. RGB value is (207,144,143). Sum of RGB (Red+Green+Blue) = 207+144+143=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF908F is #306F70. Grayscale: #A2A2A2. Windows color (decimal): -3174257 or 9408719. OLE color: 9408719.

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

Color convert

RGB 207 144 143 -
CMYK 0 0.30 0.31 0.19
HSL 0.94º 0.4% 0.69% -
HSV(B) 0.94º 0.31% 0.81% -
XYZ 40.66 35.2 30.64 -
YUV 162.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 207 144 143 0 0.30 0.31 0.19 0.94 0.4 0.69
Hex CF 90 8F 0 1E 1F 13 1 28 45
Octal 317 220 217 0 36 37 23 1 50 105
Binary 11001111 10010000 10001111 0 11110 11111 10011 1 101000 1000101

Color Harmonies of #CF908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF908F

Black with #CF908F

Text Example


Text Example

White with #CF908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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