Html Css Color HEX #CF7CBD Orchid

📋 copy color: '#CF7CBD'

red 207 ◦ green 124 ◦ blue 189

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

Shades of Orchid #CF7CBD

Tints of Orchid #CF7CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.85%

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 39.81%
G = 23.85%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF7CBD (or 0xCF7CBD) is known color: Orchid. HEX triplet: CF, 7C and BD. RGB value is (207,124,189). Sum of RGB (Red+Green+Blue) = 207+124+189=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CBD is #308342. Grayscale: #9C9C9C. Windows color (decimal): -3179331 or 12418255. OLE color: 12418255.

HSL color Cylindrical-coordinate representation of color #CF7CBD: hue angle of 313.01º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CBD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 189 -
CMYK 0 0.40 0.09 0.19
HSL 313.01º 0.46% 0.65% -
HSV(B) 313.01º 0.4% 0.81% -
XYZ 42.13 31.35 51.98 -
YUV 156.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 207 124 189 0 0.40 0.09 0.19 313.01 0.46 0.65
Hex CF 7C BD 0 28 9 13 139 2E 41
Octal 317 174 275 0 50 11 23 471 56 101
Binary 11001111 1111100 10111101 0 101000 1001 10011 100111001 101110 1000001

Color Harmonies of #CF7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CBD

Black with #CF7CBD

Text Example


Text Example

White with #CF7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CBD; }

 p { color: rgb(207,124,189); }

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

background-color css

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

 a { background-color: rgb(207,124,189); }

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

border-color css

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

 span { border-color: rgb(207,124,189); }

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