Html Css Color HEX #CF7CBA Orchid

📋 copy color: '#CF7CBA'

red 207 ◦ green 124 ◦ blue 186

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

Shades of Orchid #CF7CBA

Tints of Orchid #CF7CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 40.04%
G = 23.98%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF7CBA (or 0xCF7CBA) is known color: Orchid. HEX triplet: CF, 7C and BA. RGB value is (207,124,186). Sum of RGB (Red+Green+Blue) = 207+124+186=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CBA is #308345. Grayscale: #9B9B9B. Windows color (decimal): -3179334 or 12221647. OLE color: 12221647.

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

Color convert

RGB 207 124 186 -
CMYK 0 0.40 0.10 0.19
HSL 315.18º 0.46% 0.65% -
HSV(B) 315.18º 0.4% 0.81% -
XYZ 41.8 31.23 50.28 -
YUV 155.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 207 124 186 0 0.40 0.10 0.19 315.18 0.46 0.65
Hex CF 7C BA 0 28 A 13 13B 2E 41
Octal 317 174 272 0 50 12 23 473 56 101
Binary 11001111 1111100 10111010 0 101000 1010 10011 100111011 101110 1000001

Color Harmonies of #CF7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CBA

Black with #CF7CBA

Text Example


Text Example

White with #CF7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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