Html Css Color HEX #CF7FBE Orchid

📋 copy color: '#CF7FBE'

red 207 ◦ green 127 ◦ blue 190

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

Shades of Orchid #CF7FBE

Tints of Orchid #CF7FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.24%

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 39.5%
G = 24.24%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF7FBE (or 0xCF7FBE) is known color: Orchid. HEX triplet: CF, 7F and BE. RGB value is (207,127,190). Sum of RGB (Red+Green+Blue) = 207+127+190=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FBE is #308041. Grayscale: #9D9D9D. Windows color (decimal): -3178562 or 12484559. OLE color: 12484559.

HSL color Cylindrical-coordinate representation of color #CF7FBE: hue angle of 312.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FBE is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 190 -
CMYK 0 0.39 0.08 0.19
HSL 312.75º 0.45% 0.65% -
HSV(B) 312.75º 0.39% 0.81% -
XYZ 42.62 32.16 52.68 -
YUV 158.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 207 127 190 0 0.39 0.08 0.19 312.75 0.45 0.65
Hex CF 7F BE 0 27 8 13 139 2D 41
Octal 317 177 276 0 47 10 23 471 55 101
Binary 11001111 1111111 10111110 0 100111 1000 10011 100111001 101101 1000001

Color Harmonies of #CF7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FBE

Black with #CF7FBE

Text Example


Text Example

White with #CF7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FBE; }

 p { color: rgb(207,127,190); }

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

background-color css

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

 a { background-color: rgb(207,127,190); }

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

border-color css

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

 span { border-color: rgb(207,127,190); }

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