Html Css Color HEX #CF7CBB Orchid

📋 copy color: '#CF7CBB'

red 207 ◦ green 124 ◦ blue 187

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

Shades of Orchid #CF7CBB

Tints of Orchid #CF7CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 39.96%
G = 23.94%
B = 36.1%

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

#CF7CBB (or 0xCF7CBB) is known color: Orchid. HEX triplet: CF, 7C and BB. RGB value is (207,124,187). Sum of RGB (Red+Green+Blue) = 207+124+187=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CBB is #308344. Grayscale: #9B9B9B. Windows color (decimal): -3179333 or 12287183. OLE color: 12287183.

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

Color convert

RGB 207 124 187 -
CMYK 0 0.40 0.10 0.19
HSL 314.46º 0.46% 0.65% -
HSV(B) 314.46º 0.4% 0.81% -
XYZ 41.91 31.27 50.84 -
YUV 156 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 207 124 187 0 0.40 0.10 0.19 314.46 0.46 0.65
Hex CF 7C BB 0 28 A 13 13A 2E 41
Octal 317 174 273 0 50 12 23 472 56 101
Binary 11001111 1111100 10111011 0 101000 1010 10011 100111010 101110 1000001

Color Harmonies of #CF7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CBB

Black with #CF7CBB

Text Example


Text Example

White with #CF7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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